[freeside-commits] freeside/httemplate autohandler,1.2,1.3
Ivan,,,
ivan at wavetail.420.am
Wed Sep 7 23:52:39 PDT 2005
Update of /home/cvs/cvsroot/freeside/httemplate
In directory wavetail:/tmp/cvs-serv6114
Modified Files:
autohandler
Log Message:
don't need 4k of newlines anymore, H:W:SelectLayers works better
Index: autohandler
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/autohandler,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- autohandler 8 Aug 2003 02:02:40 -0000 1.2
+++ autohandler 8 Sep 2005 06:52:37 -0000 1.3
@@ -9,7 +9,7 @@
if ( lc($r->content_type) eq 'text/html' ) {
- $profile = '<PRE>'. ("\n"x4096). encode_entities(dbh->sprintProfile()).
+ $profile = '<PRE>'. encode_entities(dbh->sprintProfile()).
#"\n\n". &sprintAutoProfile(). '</PRE>';
"\n\n". '</PRE>';
}
More information about the freeside-commits
mailing list