]> git.etc.gen.nz Git - spong.git/commitdiff
Switched !!DETAILEDHTML!! to use <pre> </pre> to preserve formatting instead of s...
authorStephen L Johnson <sjohnson@monsters.org>
Fri, 10 May 2002 14:43:09 +0000 (14:43 +0000)
committerStephen L Johnson <sjohnson@monsters.org>
Fri, 10 May 2002 14:43:09 +0000 (14:43 +0000)
src/spong-message.pl

index 5bc76efa6bfbfcd675502e8bf03c12cf3ec82275..2b05e8abc88b0b6a9cad5595c70a9bd43fbb3b57 100755 (executable)
@@ -12,7 +12,7 @@
 # (2) Added rules based paging (Stephen Johnson  Nov 14, 1998)
 # (3) Added checks against Acks and downtime (Stephen Johnson  Mar 17, 1999)
 #
-# $Id: spong-message.pl,v 1.35 2002/05/08 15:11:02 sljohnson Exp $
+# $Id: spong-message.pl,v 1.36 2002/05/10 14:43:09 sljohnson Exp $
 
 use lib "@@LIBDIR@@";
 
@@ -849,8 +849,7 @@ sub fill_in {
       $str =~ s/!!DATETIME!!/$tmp/g;
    }
    if ($str =~ /!!DETAILEDHTML!!/) {
-      $tmp = $message; 
-      $tmp =~ s/\n/<br>\n/mg;
+      $tmp = "<PRE>" . $message . "</pre>"; 
       $str =~ s/!!DETAILEDHTML!!/$tmp/g;
    }