Mercurial > hg > svcore
diff base/Event.h @ 1641:751a52865270 single-point
Fix XML
author | Chris Cannam |
---|---|
date | Wed, 13 Mar 2019 14:46:40 +0000 |
parents | e8099be64726 |
children | 29a20719796e |
line wrap: on
line diff
--- a/base/Event.h Wed Mar 13 11:54:13 2019 +0000 +++ b/base/Event.h Wed Mar 13 14:46:40 2019 +0000 @@ -252,7 +252,7 @@ .arg(m_referenceFrame); stream << QString("label=\"%1\" ") .arg(XmlExportable::encodeEntities(m_label)); - stream << extraAttributes << ">\n"; + stream << extraAttributes << "/>\n"; } QString toXmlString(QString indent = "",