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:
b6f213f
)
Template-Pfad vor regex quoten.
author
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 10 Jun 2014 10:30:32 +0000
(12:30 +0200)
committer
Bernd Bleßmann
<bernd@kivitendo-premium.de>
Tue, 10 Jun 2014 10:30:32 +0000
(12:30 +0200)
zu commit
6348bffb3ca90327f8dd042bfd0a89802b269b79
(Template-Pfad aus Pfad-Namen anderer Tex-Dateien richtig entfernen.)
bin/mozilla/amtemplates.pl
patch
|
blob
|
history
diff --git
a/bin/mozilla/amtemplates.pl
b/bin/mozilla/amtemplates.pl
index
0622b02
..
0045635
100644
(file)
--- a/
bin/mozilla/amtemplates.pl
+++ b/
bin/mozilla/amtemplates.pl
@@
-210,7
+210,7
@@
sub display_template_form {
my $fname = $File::Find::name;
# remove template dir from name
- $fname =~ s|^
$template_dir
/||;
+ $fname =~ s|^
\Q$template_dir\E
/||;
# remove .tex from name
$fname =~ s|.tex$||;