From 9caecbca5b1ca507de85b96155c97fcdc2da3ed4 Mon Sep 17 00:00:00 2001 From: fukachan Date: Tue, 1 May 2001 13:45:53 +0000 Subject: s@@@gi when we convert
 (html) to sgml
 tag.

---
 fml/utils/bin/html2sgml.pl | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'fml')

diff --git a/fml/utils/bin/html2sgml.pl b/fml/utils/bin/html2sgml.pl
index bf14d0f2..08b5b05b 100755
--- a/fml/utils/bin/html2sgml.pl
+++ b/fml/utils/bin/html2sgml.pl
@@ -5,7 +5,7 @@
 #   All rights reserved. This program is free software; you can
 #   redistribute it and/or modify it under the same terms as Perl itself. 
 #
-# $FML: html2sgml.pl,v 1.3 2001/04/24 13:46:31 fukachan Exp $
+# $FML: html2sgml.pl,v 1.1 2001/04/30 11:43:34 fukachan Exp $
 #
 
 use strict;
@@ -67,8 +67,8 @@ sub convert
 	s@@\n\n@gi;
 
 	# PRE
-	s@
@@gi;
-	s@
@@gi; + s@
@@gi;
+	s@
@@gi; # UL s@
    @@gi; -- cgit v1.2.1