Update of /cvsroot/sandweb/sandweb/bin
In directory usw-pr-cvs1:/tmp/cvs-serv28012/bin
Modified Files:
sandweb.cgi
Log Message:
* now *really* fixed wierd file line space issue.
Index: sandweb.cgi
===================================================================
RCS file: /cvsroot/sandweb/sandweb/bin/sandweb.cgi,v
retrieving revision 1.205
retrieving revision 1.206
diff -U2 -r1.205 -r1.206
--- sandweb.cgi 23 Feb 2002 03:47:25 -0000 1.205
+++ sandweb.cgi 23 Feb 2002 04:24:37 -0000 1.206
@@ -1029,5 +1029,5 @@
PROGNAME => $progname,
MODULE_NAME => $module_name,
- CONTENT => "$content",
+ CONTENT => $content,
LOCATION => $location,
FILENAME => $filename,
|