summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 7257223b7..badf40499 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -902,7 +902,7 @@ sub display_release_notes {
}
# workaround too small fonts:
- $release_notes =~ s!(<head>)!\1 <style type="text/css">
+ $release_notes =~ s!(<head>)!$1 <style type="text/css">
body { font-family: sans-serif; font-size: 13px }
table { font-family: sans-serif; font-size: 13px }
</style>!x;