summaryrefslogtreecommitdiff
path: root/httemplate
diff options
context:
space:
mode:
Diffstat (limited to 'httemplate')
-rw-r--r--httemplate/autohandler2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/autohandler b/httemplate/autohandler
index b5b1071..248f14a 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;
}
</%filter>