Richtiges HTML-Kommentar-Ende in config-Zeile akzeptieren
authorMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 10 Dec 2010 08:17:27 +0000 (09:17 +0100)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Fri, 10 Dec 2010 08:17:27 +0000 (09:17 +0100)
SL/Template/LaTeX.pm
doc/dokumentenvorlagen-und-variablen.html

index eb99b1b..7b89aa4 100644 (file)
@@ -264,7 +264,7 @@ sub _parse_config_lines {
     $comment_start = '\s*%';
   } elsif (ref $self eq 'SL::Template::HTML') {
     $comment_start = '\s*<!--';
-    $comment_end   = '>\s*';
+    $comment_end   = '(?:--)?>\s*';
   } else {
     $comment_start = '\s*\#';
   }
index 38be045..be7dd20 100644 (file)
@@ -206,7 +206,7 @@ td {
   &auml;quivalente Beispiel f&uuml;r HTML-Dokumentenvorlagen sieht so
   aus:</p>
 
- <p><code>&lt;!-- config: tag-style=($ $)&gt;</code></p>
+ <p><code>&lt;!-- config: tag-style=($ $) --&gt;</code></p>
 
  <small><a href="dokumentenvorlagen-und-variablen.html#inhaltsverzeichnis">
    zum Inhaltsverzeichnis</a></small><br>