Revision f6ea0fa8
Von Moritz Bunkus vor fast 14 Jahren hinzugefügt
SL/Template/LaTeX.pm | ||
---|---|---|
264 | 264 |
$comment_start = '\s*%'; |
265 | 265 |
} elsif (ref $self eq 'SL::Template::HTML') { |
266 | 266 |
$comment_start = '\s*<!--'; |
267 |
$comment_end = '>\s*'; |
|
267 |
$comment_end = '(?:--)?>\s*';
|
|
268 | 268 |
} else { |
269 | 269 |
$comment_start = '\s*\#'; |
270 | 270 |
} |
doc/dokumentenvorlagen-und-variablen.html | ||
---|---|---|
206 | 206 |
äquivalente Beispiel für HTML-Dokumentenvorlagen sieht so |
207 | 207 |
aus:</p> |
208 | 208 |
|
209 |
<p><code><!-- config: tag-style=($ $)></code></p> |
|
209 |
<p><code><!-- config: tag-style=($ $) --></code></p>
|
|
210 | 210 |
|
211 | 211 |
<small><a href="dokumentenvorlagen-und-variablen.html#inhaltsverzeichnis"> |
212 | 212 |
zum Inhaltsverzeichnis</a></small><br> |
Auch abrufbar als: Unified diff
Richtiges HTML-Kommentar-Ende in config-Zeile akzeptieren