>.< should not be rendered as quote (bugfix).
This commit is contained in:
parent
5a9777f7f1
commit
dfeeaff74c
|
@ -422,6 +422,7 @@ public class UIHelper {
|
|||
final char first = body.charAt(pos + 1);
|
||||
return first == ';'
|
||||
|| first == ':'
|
||||
|| first == '.' // do not quote >.< (but >>.<)
|
||||
|| closingBeforeWhitespace(body, pos + 1);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue