Skip to content

Commit d2874c0

Browse files
committed
Add the long description (refpurpose) so that we can expose that in the meta information on the web site
1 parent 295283c commit d2874c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

phpdotnet/phd/Package/PHP/Web.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public function header($id) {
195195
$setup = array(
196196
"home" => array('index'.$ext, $this->getTitle()),
197197
"head" => array("UTF-8", $this->lang),
198-
"this" => array($id.$ext, Format::getShortDescription($id)),
198+
"this" => array($id.$ext, Format::getShortDescription($id), Format::getLongDescription($id)),
199199
"up" => $up,
200200
"prev" => $prev,
201201
"next" => $next,

0 commit comments

Comments
 (0)