Revision 61f09f2c
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Template/LaTeX.pm | ||
---|---|---|
275 | 275 |
while ($i < $num_lines) { |
276 | 276 |
my $line = $lines->[$i]; |
277 | 277 |
|
278 |
if ($line !~ m/^${comment_start}\s*config\s*:(.*)${comment_end}$/i) { |
|
278 |
if ($line !~ m/^${comment_start}\s*config\s*:(.*?)${comment_end}$/i) {
|
|
279 | 279 |
$i++; |
280 | 280 |
next; |
281 | 281 |
} |
Auch abrufbar als: Unified diff
Optionen non-greedy matchen, weil ansonsten HTML-Kommentar-Ende nicht richtig gematcht wird