diff options
author | Joey Hess <joey@kitenet.net> | 2010-05-01 18:44:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-05-01 18:44:37 -0400 |
commit | 78cee5140ac37f93cd2e87d8a03d71420303eb13 (patch) | |
tree | 0e355af9cb94514990a1cfbf52feebcf87ef314e /IkiWiki | |
parent | 80f9a2a0879f74e86b2720ca7d1c88ee165100ea (diff) | |
download | ikiwiki-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')
-rw-r--r-- | IkiWiki/Plugin/htmlscrubber.pm | 2 |
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, |