diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-11 17:57:02 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-07-11 17:57:02 +0000 |
commit | 03dc63588c881ac38fcd8c7b5fefdc564e343b09 (patch) | |
tree | 405cd842589a7cf144d2227fe8c0108fd018e02c /IkiWiki/Plugin | |
parent | a8fa52080d8ba1df29543df5c6180b620cae59f6 (diff) |
on second thought, simple alphanumeric styles are not actually useful (class is already supported), and anything more complex is too hard to do, so revert
Diffstat (limited to 'IkiWiki/Plugin')
-rw-r--r-- | IkiWiki/Plugin/htmlscrubber.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/IkiWiki/Plugin/htmlscrubber.pm b/IkiWiki/Plugin/htmlscrubber.pm index 489827167..540662c2b 100644 --- a/IkiWiki/Plugin/htmlscrubber.pm +++ b/IkiWiki/Plugin/htmlscrubber.pm @@ -47,9 +47,6 @@ sub scrubber { #{{{ value vspace width } ), "/" => 1, # emit proper <hr /> XHTML - "style" => qr{^[-a-zA-Z0-9]+$}, # only very simple - # references allowed, - # to avoid javascript }], ); return $_scrubber; |