aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/htmlscrubber.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-01 18:44:37 -0400
committerJoey Hess <joey@kitenet.net>2010-05-01 18:44:37 -0400
commit78cee5140ac37f93cd2e87d8a03d71420303eb13 (patch)
tree0e355af9cb94514990a1cfbf52feebcf87ef314e /IkiWiki/Plugin/htmlscrubber.pm
parent80f9a2a0879f74e86b2720ca7d1c88ee165100ea (diff)
downloadikiwiki-78cee5140ac37f93cd2e87d8a03d71420303eb13.tar
ikiwiki-78cee5140ac37f93cd2e87d8a03d71420303eb13.tar.gz
add rest of html5 form attributes
It's easy to imagine pattern being used to freeze or crash browsers, if they implement it stupidly. Let's hope not..
Diffstat (limited to 'IkiWiki/Plugin/htmlscrubber.pm')
-rw-r--r--IkiWiki/Plugin/htmlscrubber.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm
index 0090b67b9..7517c82c6 100644
--- a/IkiWiki/Plugin/htmlscrubber.pm
+++ b/IkiWiki/Plugin/htmlscrubber.pm
@@ -103,7 +103,7 @@ sub scrubber {
autofocus autoplay preload loopstart
loopend end playcount controls pubdate
- placeholder min max step
+ placeholder min max step form required
} ),
"/" => 1, # emit proper <hr /> XHTML
href => $safe_url_regexp,