1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 22:25:31 +02:00

GUI Fixes

This commit is contained in:
Cameron
2013-03-15 19:23:43 -07:00
parent 1aeb4d5c9e
commit 98b8953492
7 changed files with 91 additions and 156 deletions

View File

@@ -211,7 +211,7 @@ function poll_list()
}
$text .= "</form>";
$ns->tablerender(POLLAN_MENU_CAPTION." - ".POLLAN_1, $mes->render(). $text);
$ns->tablerender(POLLAN_MENU_CAPTION.SEP.POLLAN_1, $mes->render(). $text);
}