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:
753b82f
)
Optionen non-greedy matchen, weil ansonsten HTML-Kommentar-Ende nicht richtig gematch...
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 14 Dec 2010 13:24:06 +0000
(14:24 +0100)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Tue, 14 Dec 2010 13:24:06 +0000
(14:24 +0100)
SL/Template/LaTeX.pm
patch
|
blob
|
history
diff --git
a/SL/Template/LaTeX.pm
b/SL/Template/LaTeX.pm
index
7b89aa4
..
4bfef01
100644
(file)
--- a/
SL/Template/LaTeX.pm
+++ b/
SL/Template/LaTeX.pm
@@
-275,7
+275,7
@@
sub _parse_config_lines {
while ($i < $num_lines) {
my $line = $lines->[$i];
- if ($line !~ m/^${comment_start}\s*config\s*:(.*)${comment_end}$/i) {
+ if ($line !~ m/^${comment_start}\s*config\s*:(.*
?
)${comment_end}$/i) {
$i++;
next;
}