rubys 01/09/26 07:28:15
Modified: proposal/gump nag.pl
Log:
I use XMP tags now...
Revision Changes Path
1.6 +2 -2 jakarta-alexandria/proposal/gump/nag.pl
Index: nag.pl
===================================================================
RCS file: /home/cvs/jakarta-alexandria/proposal/gump/nag.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nag.pl 2001/08/16 12:40:33 1.5
+++ nag.pl 2001/09/26 14:28:15 1.6
@@ -39,8 +39,8 @@
$_ = join('',<FILE>);
close (FILE);
- # extract just the stuff from inside the pre tag
- if (m! .* <pre> \s* (.*) \s* </pre> !xs) {
+ # extract just the stuff from inside the XMP tag
+ if (m! .* <XMP> \s* (.*) \s* </XMP> !xs) {
$pageData = $1;
} else {
$pageData = "";
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]