1
0
mirror of https://github.com/php/phd.git synced 2026-03-23 22:52:05 +01:00

Add the long description (refpurpose) so that we can expose that in the meta information on the web site

This commit is contained in:
Derick Rethans
2025-08-28 18:53:26 +01:00
parent 295283cf53
commit 5d0f203eff

View File

@@ -195,7 +195,7 @@ $PARENTS = ' . var_export($parents, true) . ';';
$setup = array(
"home" => array('index'.$ext, $this->getTitle()),
"head" => array("UTF-8", $this->lang),
"this" => array($id.$ext, Format::getShortDescription($id)),
"this" => array($id.$ext, Format::getShortDescription($id), Format::getLongDescription($id)),
"up" => $up,
"prev" => $prev,
"next" => $next,