X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fview%2Fsvc_acct.cgi;h=19953bafdeab9f11f85ae1d07810dfab56a6c86a;hb=3595c874f8e476e58b98b7ab6d86918d4dbb1d5c;hp=f6c1b026c73539f8b5d44aa8e2321cf89431fd10;hpb=bc53d77e5cd5543a76bb38aa2acf96fbfa61714d;p=freeside.git diff --git a/httemplate/view/svc_acct.cgi b/httemplate/view/svc_acct.cgi index f6c1b026c..19953bafd 100755 --- a/httemplate/view/svc_acct.cgi +++ b/httemplate/view/svc_acct.cgi @@ -83,7 +83,7 @@ if ( $password =~ /^\*\w+\* (.*)$/ ) { print "(login disabled) "; } if ( $conf->exists('showpasswords') ) { - print "$password"; + print '
'. encode_entities($password). '
'; } else { print "(hidden)"; }