mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix a bug loading theme iframe quote style file
This commit is contained in:
@@ -2958,6 +2958,7 @@ my $iframe_theme_file = sub {
|
||||
return -r $f ? &read_file_contents($f) : '';
|
||||
};
|
||||
my $iframe_styles_theme =
|
||||
&$iframe_theme_file($ENV{'HTTP_X_COLOR_PALETTE_FILE'}) ||
|
||||
&$iframe_theme_file('quote');
|
||||
|
||||
# Quote mail iframe inner styles
|
||||
|
||||
Reference in New Issue
Block a user