This commit is contained in:
Ilia Rostovtsev
2016-11-25 15:16:38 +03:00
committed by GitHub
parent 2b7688d445
commit 37c7f1aaa7

View File

@ -64,7 +64,7 @@ else {
if ($in{'message'}) {
# Showing a message
pirnt &ui_table_row(undef,
print &ui_table_row(undef,
&html_escape($in{'message'}), 2);
print &ui_hidden("message", 1);
}