X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ba3547fb844472022d00bb3f61e890ecc74f0be7..9a8a67f078117129ee2fcedd3c704391bdc2723c:/doc/bugs/Smileys_in_the_block_code.mdwn

diff --git a/doc/bugs/Smileys_in_the_block_code.mdwn b/doc/bugs/Smileys_in_the_block_code.mdwn
index 863f570ab..b7854705b 100644
--- a/doc/bugs/Smileys_in_the_block_code.mdwn
+++ b/doc/bugs/Smileys_in_the_block_code.mdwn
@@ -24,8 +24,11 @@ mailing list. Please looks below to see what ikiwiki does with that smileys:
 
 BTW, maybe converting smileys in the block code should be disabled at all?
 
---Pawel
+--[[Paweł|ptecza]]
 
 > Looks similar to [[wiki_links_still_processed_inside_code_blocks]]; in both
 > cases, substitution happens in a code block, which it shouldn't.
 > --[[JoshTriplett]]
+
+> [[fixed|done]], via some super duper regexp fun to notice if the smiley
+> is inside a pre or code tag. --[[Joey]]