From: Ivan Kohler Date: Sat, 5 Apr 2014 00:30:44 +0000 (-0700) Subject: fix db profling on pages that put javascript after , like edit/part_event... X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=b04dfa7c78a316b6b00afa17903424d71ba18cc4;p=freeside.git fix db profling on pages that put javascript after , like edit/part_event.html. huh. RT#27396 --- diff --git a/httemplate/autohandler b/httemplate/autohandler index c326e3e18..b27819381 100644 --- a/httemplate/autohandler +++ b/httemplate/autohandler @@ -41,7 +41,7 @@ if ( UNIVERSAL::can(dbh, 'sprintProfile') ) { dbh->{'private_profile'} = {}; - s/(<\/BODY>[\s\n]*<\/HTML>[\s\n]*)$/$profile$1/i; + s/(<\/BODY>[\s\n]*<\/HTML>[\s\n]*)/$profile$1/i; }