From 5d0f203eff957928318f8472f8de97dc87d3eedf Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Thu, 28 Aug 2025 18:53:26 +0100 Subject: [PATCH] Add the long description (refpurpose) so that we can expose that in the meta information on the web site --- phpdotnet/phd/Package/PHP/Web.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,