Fix not to drop that last empty paragraph as it break one pixel-accurate UI

This commit is contained in:
Ilia Ross
2025-11-04 00:52:19 +02:00
parent 34616c5fbd
commit d37b790492

View File

@@ -554,7 +554,7 @@ if ($n ne "") {
}
}
print &ui_table_end(),"<p>\n";
print &ui_table_end(),"\n";
}
}
else {