$comment_start = '\s*%';
} elsif (ref $self eq 'SL::Template::HTML') {
$comment_start = '\s*<!--';
- $comment_end = '>\s*';
+ $comment_end = '(?:--)?>\s*';
} else {
$comment_start = '\s*\#';
}
äquivalente Beispiel für HTML-Dokumentenvorlagen sieht so
aus:</p>
- <p><code><!-- config: tag-style=($ $)></code></p>
+ <p><code><!-- config: tag-style=($ $) --></code></p>
<small><a href="dokumentenvorlagen-und-variablen.html#inhaltsverzeichnis">
zum Inhaltsverzeichnis</a></small><br>