From b04dfa7c78a316b6b00afa17903424d71ba18cc4 Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 4 Apr 2014 17:30:44 -0700 Subject: [PATCH] fix db profling on pages that put javascript after , like edit/part_event.html. huh. RT#27396 --- httemplate/autohandler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.11.0