forked from github/server
remove the text from messages.xml
This commit is contained in:
parent
bbae56633b
commit
c11a020846
2 changed files with 1 additions and 1879 deletions
File diff suppressed because it is too large
Load diff
|
@ -355,7 +355,7 @@ static void start_messages(parseinfo *pi, const XML_Char *el, const XML_Char **a
|
|||
pi->object = mt_new(name, section);
|
||||
}
|
||||
}
|
||||
else if (xml_strcmp(el, "type") != 0 && xml_strcmp(el, "text") != 0) {
|
||||
else if (xml_strcmp(el, "type") != 0) {
|
||||
handle_bad_input(pi, el, NULL);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue