]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - IkiWiki/Plugin/htmlscrubber.pm
fix backport
[git.ikiwiki.info.git] / IkiWiki / Plugin / htmlscrubber.pm
index c4a0d60af9e63c46cad83a5754233b26018ee003..60ad17baf224ef4cdbd56d87b4ee717770a6625d 100644 (file)
@@ -53,7 +53,7 @@ sub scrubber { #{{{
                        span strike strong sub sup table tbody td textarea
                        tfoot th thead tr tt u ul var
                }],
-               default => [undef, { map { $_ => 1 } qw{
+               default => [undef, { map { $_ => 1 } qw{
                        abbr accept accept-charset accesskey
                        align alt axis border cellpadding cellspacing
                        char charoff charset checked cite class
@@ -66,7 +66,8 @@ sub scrubber { #{{{
                        selected shape size span start summary
                        tabindex target title type usemap valign
                        value vspace width
-               }, "/" => 1, # emit proper <hr /> XHTML
+               } ),
+               "/" => 1, # emit proper <hr /> XHTML
                href => $link,
                src => $link,
                action => $link,