BUG added: [fc7c30b28705] Wrong display of empty attributes.
authorKim Nguyễn <kn@lri.fr>
Fri, 12 Oct 2012 14:37:51 +0000 (16:37 +0200)
committerKim Nguyễn <kn@lri.fr>
Fri, 12 Oct 2012 14:37:51 +0000 (16:37 +0200)
bugs/all/fc7c30b28705_Wrong_display_of_empty_attributes [new file with mode: 0644]
bugs/open/fc7c30b28705_Wrong_display_of_empty_attributes [new symlink]

diff --git a/bugs/all/fc7c30b28705_Wrong_display_of_empty_attributes b/bugs/all/fc7c30b28705_Wrong_display_of_empty_attributes
new file mode 100644 (file)
index 0000000..6ddcdbb
--- /dev/null
@@ -0,0 +1,17 @@
+title: Wrong display of empty attributes.
+status: OPEN
+reported by: Kim Nguyễn
+last modified: 2012-10-12 16:36:51+0200
+date: 2012-10-12 16:36:51+0200
+author: Kim Nguyễn
+assigned to: Kim Nguyễn
+
+-- opened by Kim Nguyễn on 2012-10-12 16:36:51+0200
+
+Problem description: empty arguments are displayed containing
+character \001 which is used internally to represent empty texts.
+
+How to reproduce:
+    display the document <a id="" />
+Proposed solution:
+    Fix the print function in the XMLTree code.
diff --git a/bugs/open/fc7c30b28705_Wrong_display_of_empty_attributes b/bugs/open/fc7c30b28705_Wrong_display_of_empty_attributes
new file mode 120000 (symlink)
index 0000000..75092de
--- /dev/null
@@ -0,0 +1 @@
+../all/fc7c30b28705_Wrong_display_of_empty_attributes
\ No newline at end of file