From 23699764d0d8436b50f5cf88f798c552969714eb Mon Sep 17 00:00:00 2001 From: Ivan Kohler Date: Fri, 4 Apr 2014 17:30:42 -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 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; } -- 2.11.0