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