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:
8aa6cf7
)
Nur dann Warnungen über fehlende HTML-Vorlagen ausgeben, wenn die Namen keine Perl...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 7 Jan 2008 16:06:44 +0000
(16:06 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 7 Jan 2008 16:06:44 +0000
(16:06 +0000)
locale/de/locales.pl
patch
|
blob
|
history
diff --git
a/locale/de/locales.pl
b/locale/de/locales.pl
index
fefaead
..
a754c7c
100755
(executable)
--- a/
locale/de/locales.pl
+++ b/
locale/de/locales.pl
@@
-336,7
+336,7
@@
sub scanfile {
}
# is this a template call?
- if (/parse_html_template\s*\(\s*[\"\']([\w\/]+)/) {
+ if (/parse_html_template\s*\(\s*[\"\']([\w\/]+)
\s*[\"\']
/) {
my $newfile = "$basedir/templates/webpages/$1_master.html";
if (-f $newfile) {
# &scanhtmlfile($newfile);