This commit is contained in:
Michael Becker 2014-06-10 12:57:48 -04:00
parent 0b85c4fcae
commit 66594fe4c4

View File

@ -1226,7 +1226,7 @@ namespace UniversalEditor.DataFormats.Markup.XML
{
nextAttributeName = currentString;
currentString = string.Empty;
char ccq = tr.PeekChar();
char ccq = tr.PeekChar();
if (ccq != '"' && ccq != '\'')
{
char cc = '\0';