1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-31 15:20:09 -05:00
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.textToHtml(text);
} }
html = HtmlConverter.convertEmoji2Img(html); html = HtmlConverter.convertEmoji2Img(html);
return html; return html;
} }