X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/688018313135dbe3f17b18088b4840297216bc55..50e12b28dbea1bd57377464778ea6a92bd321751:/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn diff --git a/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn b/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn index 5ccf9ae1d..db244457d 100644 --- a/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn +++ b/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn @@ -8,7 +8,18 @@ regardless of the page location. Are you sure it's a right working? What about if I have main inline page, for example page with - subpage with the smile? + subpage with the smile? Do you have any idea how to fix it? I dont't want to have multiple `smileys` directory, of course :) --[[Paweł|ptecza]] + +> I see that I broke this in commit +> 0b9e849aba38f0695491ad5ca27de11632627ffe, presumably because a) sanitize +> filters didn't get destpage at the time and b) I didn't think through +> what that meant. Luckily, in the meantime, I added destpage to santize's +> parameters, so it was easy to fix. [[done]] --[[Joey]] + +>> Great! Thank you very much, Joey! + +>> BTW, I love Git (and another distributed SCMs) commit id. It's so human +>> friendly ;) --[[Paweł|ptecza]]