diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-01 18:27:53 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-01 18:27:53 -0400 |
commit | 0a139aba823ece3166d29ff2daee0b5c9507b52f (patch) | |
tree | 729f585e795ff4c01bd3becadfb9c3ec093fce2d /IkiWiki/Plugin | |
parent | 442bc59a15301941613d62f4b1d846c57557ca8f (diff) | |
download | ikiwiki-0a139aba823ece3166d29ff2daee0b5c9507b52f.tar ikiwiki-0a139aba823ece3166d29ff2daee0b5c9507b52f.tar.gz |
htmlscrubber: Allow the html5 form attributes: placeholder autofocus, min, max, step.
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/htmlscrubber.pm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm index b3f659f73..479e10e74 100644 --- a/IkiWiki/Plugin/htmlscrubber.pm +++ b/IkiWiki/Plugin/htmlscrubber.pm @@ -101,8 +101,9 @@ sub scrubber { tabindex target title type valign value vspace width - autoplay preload loopstart loopend end - playcount controls pubdate placeholder + autofocus autoplay preload loopstart + loopend end playcount controls pubdate + placeholder min max step } ), "/" => 1, # emit proper <hr /> XHTML href => $safe_url_regexp, |