diff options
Diffstat (limited to 'LedgerSMB')
-rwxr-xr-x | LedgerSMB/Form.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/LedgerSMB/Form.pm b/LedgerSMB/Form.pm index 60752d22..0725005f 100755 --- a/LedgerSMB/Form.pm +++ b/LedgerSMB/Form.pm @@ -1313,7 +1313,7 @@ sub format_string { txt => [ '\n', '\r' ], tex => [ quotemeta('\\'), '&', '\n', '\r', - quotemeta('$'), '%', '_', '#', + quotemeta('$'), '%', '#', quotemeta('^'), '{', '}', '<', '>', '£' ] @@ -1330,7 +1330,6 @@ sub format_string { '&' => '\&', quotemeta('$') => '\$', '%' => '\%', - '_' => '\_', '#' => '\#', quotemeta('^') => '\^\\', '{' => '\{', |