mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
Add <font:$family> tag, closes #24
This commit is contained in:
@@ -613,7 +613,7 @@ void check_tagged(const String& str, bool check_balance) {
|
||||
}
|
||||
for (size_t j = i + 1 ; j + 1 < end ; ++j) {
|
||||
Char c = str.GetChar(j);
|
||||
if (c == _(' ') || c == _('<')) {
|
||||
if (c == ESCAPED_LANGLE || c == _('<')) {
|
||||
queue_message(MESSAGE_WARNING, _("Invalid character in tag"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user