1
0
Fork 0
mirror of https://github.com/sbrl/Pepperminty-Wiki.git synced 2024-06-10 00:04:56 +00:00
This commit is contained in:
Starbeamrainbowlabs 2015-06-15 16:04:44 +01:00
parent f9d5b4e445
commit d1da9e669c
2 changed files with 2 additions and 2 deletions

View file

@ -310,7 +310,7 @@ class page_renderer
{
$result .= "\t\t\t<option value='$pagename' />\n";
}
$result = "\t\t</datalist>";
$result .= "\t\t</datalist>";
return $result;
}

View file

@ -464,7 +464,7 @@ class page_renderer
{
$result .= "\t\t\t<option value='$pagename' />\n";
}
$result = "\t\t</datalist>";
$result .= "\t\t</datalist>";
return $result;
}