diff --git a/stepmania/src/XmlFile.cpp b/stepmania/src/XmlFile.cpp index 1fec2a3c58..68a29a1b75 100644 --- a/stepmania/src/XmlFile.cpp +++ b/stepmania/src/XmlFile.cpp @@ -291,7 +291,7 @@ char* XNode::Load( const char* pszXml, PARSEINFO *pi /*= &piDefault*/ ) // XML Node Tag Name Open xml++; - char* pTagEnd = strpbrk( xml, " />" ); + char* pTagEnd = strpbrk( xml, " \t\n/>" ); SetString( xml, pTagEnd, &m_sName ); xml = pTagEnd; // Generate XML Attributte List