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

Fix incorrectly placed parenthesis

This commit is contained in:
haszi
2025-01-12 18:58:01 +01:00
committed by Gina Peter Banyard
parent 0525f61e85
commit 7e4a232578

View File

@@ -258,7 +258,7 @@ class Package_PEAR_CHM extends Package_PEAR_ChunkedXHTML {
if ($hasChild) fwrite($this->hhcStream, "{$this->offset(2)}<ul>\n");
fwrite($this->hhkStream, " <li><object type=\"text/sitemap\">\n" .
" <param name=\"Local\" value=\"{$ref}\">\n" .
" <param name=\"Name\" value=\"" . htmlentities(self::cleanIndexName($name, ENT_COMPAT, "UTF-8")) . "\">\n" .
" <param name=\"Name\" value=\"" . htmlentities(self::cleanIndexName($name), ENT_COMPAT, "UTF-8") . "\">\n" .
" </object>\n");
} elseif ($this->flags & Render::CLOSE) {
if ($hasChild) {