Index: trunk/src/org/openstreetmap/josm/io/ValidatorErrorWriter.java
===================================================================
--- trunk/src/org/openstreetmap/josm/io/ValidatorErrorWriter.java	(revision 12697)
+++ trunk/src/org/openstreetmap/josm/io/ValidatorErrorWriter.java	(revision 12698)
@@ -105,5 +105,5 @@
                         p.accept(osmWriter);
                     }
-                    out.println("      <text lang='"+XmlWriter.encode(lang)+"' value='"+XmlWriter.encode(error.getDescription())+"'>");
+                    out.println("      <text lang='"+XmlWriter.encode(lang)+"' value='"+XmlWriter.encode(error.getDescription())+"'/>");
                     if (error.isFixable()) {
                         out.println("      <fixes>");
