mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix not to drop that last empty paragraph as it break one pixel-accurate UI
This commit is contained in:
@@ -554,7 +554,7 @@ if ($n ne "") {
|
||||
}
|
||||
}
|
||||
|
||||
print &ui_table_end(),"<p>\n";
|
||||
print &ui_table_end(),"\n";
|
||||
}
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user