This commit is contained in:
ChunEon Park 2015-07-10 23:54:28 +09:00
parent 901d833ece
commit 70d14f6665
1 changed files with 4 additions and 0 deletions

View File

@ -487,6 +487,10 @@ indent_xml_space_get(indent_data *id, Evas_Object *entry)
depth--;
cur+=2;
}
else if (!strncmp(cur, "<!", 2))
{
cur+=2;
}
else if (*cur == '<')
{
depth++;