summaryrefslogtreecommitdiff
path: root/LedgerSMB/Form.pm
diff options
context:
space:
mode:
Diffstat (limited to 'LedgerSMB/Form.pm')
-rwxr-xr-xLedgerSMB/Form.pm3
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('^') => '\^\\',
'{' => '\{',