ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/misc/scripts/cgi/taillog.cgi
(Generate patch)

Comparing misc/scripts/cgi/taillog.cgi (file contents):
Revision 1.2 by tdb, Mon Mar 26 21:15:18 2001 UTC vs.
Revision 1.3 by tdb, Sun May 13 00:01:54 2001 UTC

# Line 88 | Line 88 | sub HTML_encode ($){
88      $encoded =~ s/</&lt;/g;
89      $encoded =~ s/>/&gt;/g;
90      $encoded =~ s/^(.{0})(.*core\.loggers\..*: started)$/<hr size=10 color=blue>$2/;
91 <    $encoded =~ s/(.*)] (.*)}:(.*)/$1] <i>$2<\/i>:<b>$3<\/b>/;
91 >    $encoded =~ s/(.*)] (.*)}:(.*)/$1] <i>$2}<\/i>:<b>$3<\/b>/;
92      return $encoded;
93   }
94  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines