This commit is contained in:
Jesse Vincent 2011-01-16 04:23:08 +00:00
parent 4d0f489ab4
commit 38ba071172
2 changed files with 862 additions and 862 deletions

File diff suppressed because it is too large Load diff

View file

@ -3088,7 +3088,7 @@ public class LocalStore extends Store implements Serializable
html = HtmlConverter.textToHtml(text);
}
html = HtmlConverter.convertEmoji2Img(html);
html = HtmlConverter.convertEmoji2Img(html);
return html;
}