aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Plugin/htmlscrubber.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2010-05-01 19:59:16 -0400
committerJoey Hess <joey@kitenet.net>2010-05-01 19:59:16 -0400
commitccafb10007731d04e0ff6aa36978690e6dfa6dec (patch)
tree4a6d24915c29120ead856261dc213780636bcbd0 /IkiWiki/Plugin/htmlscrubber.pm
parent930a60ae1dfa6c376b4d4b43f6383967d37f7f17 (diff)
downloadikiwiki-ccafb10007731d04e0ff6aa36978690e6dfa6dec.tar
ikiwiki-ccafb10007731d04e0ff6aa36978690e6dfa6dec.tar.gz
enable hidden attribute
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 505a6f142..847518178 100644
--- a/IkiWiki/Plugin/htmlscrubber.pm
+++ b/IkiWiki/Plugin/htmlscrubber.pm
@@ -107,7 +107,7 @@ sub scrubber {
placeholder min max step low high optimum
form required autocomplete novalidate pattern
list formenctype formmethod formnovalidate
- formtarget reversed spellcheck open
+ formtarget reversed spellcheck open hidden
} ),
"/" => 1, # emit proper <hr /> XHTML
href => $safe_url_regexp,