diff --git a/ui-lib.pl b/ui-lib.pl index 7ac4fde17..532dbedc3 100755 --- a/ui-lib.pl +++ b/ui-lib.pl @@ -1442,7 +1442,7 @@ generated by ui_buttons_row. Some example code : sub ui_buttons_start { return &theme_ui_buttons_start(@_) if (defined(&theme_ui_buttons_start)); -return "
| "; } =head2 ui_buttons_end @@ -1453,7 +1453,7 @@ Returns HTML for the end of a block started by ui_buttons_start. sub ui_buttons_end { return &theme_ui_buttons_end(@_) if (defined(&theme_ui_buttons_end)); -return " |