X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fautohandler;h=248f14a24211bd65cb765ce7abe8c341532aa6e9;hp=b5b1071c1bff425ce553f84badbb01f4430beb57;hb=f822e27a1e00594332ffa487a1c284234c5580a6;hpb=63973c641c4be00765fa27e55c57cc5b9aa4da19 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; }