forked from mirror/monocles_chat
>.< should not be rendered as quote (bugfix). (Daniel Gultsch)
This commit is contained in:
parent
7e0aacb178
commit
2297be0d32
1 changed files with 1 additions and 0 deletions
|
@ -416,6 +416,7 @@ public class UIHelper {
|
|||
final char first = body.charAt(pos + 1);
|
||||
return first == ';'
|
||||
|| first == ':'
|
||||
|| first == '.' // do not quote >.< (but >>.<)
|
||||
|| closingBeforeWhitespace(body, pos + 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue