X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/688018313135dbe3f17b18088b4840297216bc55..3e33482342cf99664662610a18059dce60fbbd44:/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]]