From 03dc63588c881ac38fcd8c7b5fefdc564e343b09 Mon Sep 17 00:00:00 2001 From: joey Date: Wed, 11 Jul 2007 17:57:02 +0000 Subject: 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 --- IkiWiki/Plugin/htmlscrubber.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'IkiWiki/Plugin') 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
XHTML - "style" => qr{^[-a-zA-Z0-9]+$}, # only very simple - # references allowed, - # to avoid javascript }], ); return $_scrubber; -- cgit v1.2.3