aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/rst_tweak.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-29 22:39:40 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2007-07-29 22:39:40 +0000
commit54e25f034cf953ed803c2a807bd4c259b32630cb (patch)
treede592b546a91574afe0ba74060f2c71ad509a363 /doc/bugs/rst_tweak.mdwn
parentf371f2f2d817a7928bb989cb22d0519ebbd79391 (diff)
downloadikiwiki-54e25f034cf953ed803c2a807bd4c259b32630cb.tar
ikiwiki-54e25f034cf953ed803c2a807bd4c259b32630cb.tar.gz
* Allow raw html in the rst plugin.
Diffstat (limited to 'doc/bugs/rst_tweak.mdwn')
-rw-r--r--doc/bugs/rst_tweak.mdwn5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/bugs/rst_tweak.mdwn b/doc/bugs/rst_tweak.mdwn
index f6f7bbaf0..8348ed470 100644
--- a/doc/bugs/rst_tweak.mdwn
+++ b/doc/bugs/rst_tweak.mdwn
@@ -2,6 +2,9 @@ rst.pm disallows raw HTML input. (It's meant as a security feature.)
IkiWiki generates HTML in rst files pretty much all the time. As
such, we should enable raw HTML support. --Ethan
+> [[done]], although I did add a news item about it, since it could break
+> the security of certian setups that don't use the htmlscrubber. --[[Joey]]
+
<pre>
Index: IkiWiki/Plugin/rst.pm
===================================================================
@@ -16,4 +19,4 @@ Index: IkiWiki/Plugin/rst.pm
);
print html[html.find('<body>')+6:html.find('</body>')].strip();
";
-</pre> \ No newline at end of file
+</pre>