projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8126d0
)
Emacs syntax highlighting fix
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 29 Sep 2010 13:41:42 +0000
(15:41 +0200)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 29 Sep 2010 13:41:42 +0000
(15:41 +0200)
scripts/locales.pl
patch
|
blob
|
history
diff --git
a/scripts/locales.pl
b/scripts/locales.pl
index
24b0687
..
d156ddd
100755
(executable)
--- a/
scripts/locales.pl
+++ b/
scripts/locales.pl
@@
-576,7
+576,7
@@
sub strip_base {
sub _single_quote {
my $val = shift;
- $val =~ s/('|\\$)/\\$1/g;
+ $val =~ s/(
\
'|\\$)/\\$1/g;
return "'" . $val . "'";
}