[DOC-CVS] [phd] add-long-description: Add the long description (refpurpose) so that we can expose that in the meta information on the web site
[email protected] (Derick Rethans)
| Newsgroups | php.doc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr)
Date: 2025-08-28T18:53:26+01:00
Commit: https://github.com/php/phd/commit/5d0f203eff957928318f8472f8de97dc87d3eedf
Raw diff: https://github.com/php/phd/commit/5d0f203eff957928318f8472f8de97dc87d3eedf.diff
Add the long description (refpurpose) so that we can expose that in the meta information on the web site
Changed paths:
M phpdotnet/phd/Package/PHP/Web.php
Diff:
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,