diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-06-28 16:58:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-06-28 16:58:43 -0400 |
commit | 00503f25cdd892de521983a29f7e3d96a32801c8 (patch) | |
tree | ac1b3b536bbea18358d3137610ff8ca44be3d7d7 /doc/bugs | |
parent | 1ab9eb3420a0bb44eebde61bb40f1e61e9dd8506 (diff) |
smiley: Generate links relative to the destpage. (Fixes a reversion from 2.41.)
Diffstat (limited to 'doc/bugs')
-rw-r--r-- | doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
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 c50d01c44..c0ee40715 100644 --- a/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn +++ b/doc/bugs/Problem_with_displaying_smileys_on_inline_page.mdwn @@ -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]] |