aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-11 17:57:02 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-11 17:57:02 +0000
commit03dc63588c881ac38fcd8c7b5fefdc564e343b09 (patch)
tree405cd842589a7cf144d2227fe8c0108fd018e02c /IkiWiki
parenta8fa52080d8ba1df29543df5c6180b620cae59f6 (diff)
downloadikiwiki-03dc63588c881ac38fcd8c7b5fefdc564e343b09.tar
ikiwiki-03dc63588c881ac38fcd8c7b5fefdc564e343b09.tar.gz
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')
-rw-r--r--IkiWiki/Plugin/htmlscrubber.pm3
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;