X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fautohandler;h=b278193812b0570d6abb2783bbee54d4f8c73ae2;hb=b04dfa7c78a316b6b00afa17903424d71ba18cc4;hp=c326e3e183bed097c02394a8dbde145700ceea4d;hpb=be40a9fa3750374b32f2aa31e8807433c05d7817;p=freeside.git 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; }