]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/blobdiff - doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn
smiley: Generate links relative to the destpage. (Fixes a reversion from 2.41.)
[git.ikiwiki.info.git] / doc / bugs / Problem_with_displaying_smileys_on_inline_page.mdwn
index c50d01c445887d061644b6ede70cc80e577ba74a..c0ee40715606f69e96d9143be42a0f4d1331714c 100644 (file)
@@ -12,3 +12,9 @@ What about if I have main inline page, for example
 
 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]]