aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/404_when_cancel_create_page.mdwn
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-16 01:50:29 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-16 01:50:29 +0000
commit0df2ad5dfe1d896520eceabfe362891f68ed3165 (patch)
treed98d17cc42fa6329f424197d27192675c934087e /doc/bugs/404_when_cancel_create_page.mdwn
parent2c74603157482ee4ed15c650ba5a818a5395c0da (diff)
downloadikiwiki-0df2ad5dfe1d896520eceabfe362891f68ed3165.tar
ikiwiki-0df2ad5dfe1d896520eceabfe362891f68ed3165.tar.gz
* Support Text::Markdown from CPAN, which has a different interface from
the original markdown or the one in Debian.
Diffstat (limited to 'doc/bugs/404_when_cancel_create_page.mdwn')
-rw-r--r--doc/bugs/404_when_cancel_create_page.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bugs/404_when_cancel_create_page.mdwn b/doc/bugs/404_when_cancel_create_page.mdwn
index 780187d31..acf5ac9b3 100644
--- a/doc/bugs/404_when_cancel_create_page.mdwn
+++ b/doc/bugs/404_when_cancel_create_page.mdwn
@@ -48,13 +48,13 @@ is there aren't going to be many possible extensions. Something like `/(.\w+)+/`
(groups of dot separated alpha-num chars if my perl-foo isn't failing me). You could
at least exclude `/` and `..`. I'm happy to turn this in to a patch if you agree.]
-> The reason it's safe to use possibly_foolish_untaint here is because
+> The reason it's safe to use `possibly_foolish_untaint` here is because
> of the check for $hooks{htmlize}{$type}. This limits it to types
> that have a registered htmlize hook (mdwn, etc), and not whatever random
> garbage an attacker might try to put in. If it wasn't for that check,
-> using possibly_foolish_untaint there would be _very_ foolish indeed..
+> using `possibly_foolish_untaint` there would be _very_ foolish indeed..
> --[[Joey]]
>> Nice, sorry I missed it.
>> I must say thankyou for creating ikiwiki.
->> The more I look at it, the more I admire what you are doing with it and how you are going about it \ No newline at end of file
+>> The more I look at it, the more I admire what you are doing with it and how you are going about it