changeset 1641:751a52865270 single-point

Fix XML
author Chris Cannam
date Wed, 13 Mar 2019 14:46:40 +0000
parents e7f557789f99
children d591836e47ef
files base/Event.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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 = "",