diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/404_when_cancel_create_page.mdwn | 6 | ||||
-rw-r--r-- | doc/bugs/markdown_module_location.mdwn | 8 |
2 files changed, 10 insertions, 4 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 diff --git a/doc/bugs/markdown_module_location.mdwn b/doc/bugs/markdown_module_location.mdwn index c42662026..4deaeb19a 100644 --- a/doc/bugs/markdown_module_location.mdwn +++ b/doc/bugs/markdown_module_location.mdwn @@ -23,4 +23,10 @@ doesn't has a Markdown::Markdown. Interesting, I'll have a look at it. --[[Joey]] > It works if you use Text::Markdown::Markdown, sorry, I forgot to mention that. -> --JamesWestby
\ No newline at end of file +> --JamesWestby + +I think what I've committed now will work in all cases. Well, unless there +are even more forks of markdown out there (the CPAN module is a fork +apparently...) + +[[bugs/done]] --[[Joey]] |