From: Ivan Kohler Date: Sat, 5 Apr 2014 00:30:42 +0000 (-0700) Subject: fix db profling on pages that put javascript after , like edit/part_event... X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=23699764d0d8436b50f5cf88f798c552969714eb 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 b5b1071c1..248f14a24 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; }