fixed line indention

This commit is contained in:
steinm 2012-12-14 08:26:13 +00:00
parent d6258843c6
commit b82b6b3eb3

View File

@ -33,7 +33,7 @@ function _printMessage($heading, $message) {
UI::globalBanner();
UI::pageNavigation($heading);
UI::contentContainer($message."<p><a href=\"../out/out.Login.php\">" . getMLText("login") . "</a></p>\n");
UI::htmlEndPage();
UI::htmlEndPage();
return;
}