Smiley conversion to graphics is not working properly
Status: Beta
Brought to you by:
numiton
Enable the option Writing/"Convert emoticons like :-) and :-P to graphics on display". The emoticons from posts show up with links like this one:
<img src="%5C%27http://192.168.0.4:8080/nwp/wp-includes/images/smilies/icon_smile.gif%5C%27" alt="\':-)\'" class="\'wp-smiley\'">
The call from FormattingPage.java:996 line seems to be misbehaving:
content = RegExPerl.preg_replace(gVars.wp_smiliessearch, gVars.wp_smiliesreplace, content);