From 74daaa2287fdf2f88861c3f8c1a31441d9b323e3 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 16 Sep 2008 18:02:44 +0000 Subject: (display_release_notes) workaround too small fonts when using WebKit to display release notes through CSS tricking --- perl-install/any.pm | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'perl-install') diff --git a/perl-install/any.pm b/perl-install/any.pm index f0cb26131..f18b287b6 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -900,6 +900,13 @@ sub display_release_notes { }, [ {} ]); return; } + + # workaround too small fonts: + $release_notes =~ s!()!\1 !x; + require Gtk2::WebKit; require ugtk2; ugtk2->import(':all'); -- cgit v1.2.1