From 728f5a7626d6672445fae31996c16b294de8ee5f Mon Sep 17 00:00:00 2001 From: Robert Hak Date: Wed, 28 Aug 2002 08:03:27 +0000 Subject: hack to fix CR's git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2021 a1c6a512-1295-4272-9138-f99709370657 --- www/txt2html.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'www/txt2html.pl') diff --git a/www/txt2html.pl b/www/txt2html.pl index 8e88a4c1fa..43c7fffa27 100755 --- a/www/txt2html.pl +++ b/www/txt2html.pl @@ -3,6 +3,9 @@ # this is really a faq2html and should only be used for this purpose sub fixline { + # change blank lines to   + $_ =~ s/^\s*$/\ \n/g; + $_ =~ s/\/>/g; -- cgit v1.2.3