1
0
mirror of https://github.com/php/web-php.git synced 2026-03-24 07:12:16 +01:00

Fix missing closing element

This commit is contained in:
Hannes Magnusson
2008-08-31 12:49:45 +00:00
parent 2573e44e58
commit 24ef2295a3

View File

@@ -149,6 +149,7 @@ SIDEBAR;
if (($PGI['home'][1] !== $PGI['up'][1]) && $PGI['up'][1]) {
echo "</ul></li>";
}
echo "</ul>\n";
column_box();
}