aboutsummaryrefslogtreecommitdiff
path: root/common/xmlparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/xmlparser.h')
-rw-r--r--common/xmlparser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/xmlparser.h b/common/xmlparser.h
index fd4788a426..2831eadef8 100644
--- a/common/xmlparser.h
+++ b/common/xmlparser.h
@@ -406,7 +406,7 @@ protected:
_char = _stream->readByte();
}
- return isspace(_char) != 0 || _char == '>' || _char == '=' || _char == '/' || _char == '?';
+ return isspace(_char) != 0 || _char == '>' || _char == '=' || _char == '/';
}
/**