diff --git a/phpdotnet/phd/Package/PHP/Web.php b/phpdotnet/phd/Package/PHP/Web.php index 0d3ed6e4..31068bbb 100644 --- a/phpdotnet/phd/Package/PHP/Web.php +++ b/phpdotnet/phd/Package/PHP/Web.php @@ -195,7 +195,7 @@ public function header($id) { $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,