summaryrefslogtreecommitdiff
path: root/fml/utils/bin
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-05-01 13:45:53 +0000
committerfukachan <fukachan>2001-05-01 13:45:53 +0000
commit9caecbca5b1ca507de85b96155c97fcdc2da3ed4 (patch)
treeb5a05b8d25e08f87cf03f41f7aac140263a59760 /fml/utils/bin
parentd735f7d292227dc1033dd07ee0c9ca41f93d572c (diff)
downloadfml8-9caecbca5b1ca507de85b96155c97fcdc2da3ed4.tar.gz
fml8-9caecbca5b1ca507de85b96155c97fcdc2da3ed4.tar.bz2
fml8-9caecbca5b1ca507de85b96155c97fcdc2da3ed4.zip
s@<programlisting>@<screen>@gi when we convert <pre> (html) to sgml tag.
Diffstat (limited to 'fml/utils/bin')
-rwxr-xr-xfml/utils/bin/html2sgml.pl6
1 files changed, 3 insertions, 3 deletions
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@</A>@\n</ulink>\n@gi;
# PRE
- s@<PRE>@<programlisting>@gi;
- s@</PRE>@</programlisting>@gi;
+ s@<PRE>@<screen>@gi;
+ s@</PRE>@</screen>@gi;
# UL
s@<UL>@<itemizedlist>@gi;