Remote: jdoc + description + some fixes:
[jvcard.git] / src / be / nikiroo / jvcard / TypeInfo.java
index 2585cfbdd4deb68c12152cfc592cc4274f543c71..c5b812cc89939ae556f3b62f48bb7c234ce6ac11 100644 (file)
@@ -52,6 +52,6 @@ public class TypeInfo extends BaseClass {
 
        @Override
        public String getState() {
-               return "" + name + value;
+               return ("" + name + value).replace(' ', '_');
        }
 }
\ No newline at end of file