mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
Fix call to theme override https://sourceforge.net/p/webadmin/bugs/4689/
This commit is contained in:
@@ -226,7 +226,7 @@ Outputs a table row that spans the whole table, and contains the given text.
|
||||
sub ui_table_span
|
||||
{
|
||||
my ($text) = @_;
|
||||
return &theme_ui_table_hr(@_) if (defined(&theme_ui_table_hr));
|
||||
return &theme_ui_table_span(@_) if (defined(&theme_ui_table_span));
|
||||
my $rv;
|
||||
if ($ui_table_pos) {
|
||||
$rv .= "</tr>\n";
|
||||
|
||||
Reference in New Issue
Block a user