Commit c18f8d49 authored by Nicolas Delaby's avatar Nicolas Delaby

Prefer empty string as nothing (which is not a keyword) to avoid link creation

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33532 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 69b85693
...@@ -539,19 +539,19 @@ ...@@ -539,19 +539,19 @@
<list> <list>
<tuple> <tuple>
<string>property_id</string> <string>property_id</string>
<string>nothing</string> <string></string>
</tuple> </tuple>
<tuple> <tuple>
<string>property_label</string> <string>property_label</string>
<string>nothing</string> <string></string>
</tuple> </tuple>
<tuple> <tuple>
<string>property_description</string> <string>property_description</string>
<string>nothing</string> <string></string>
</tuple> </tuple>
<tuple> <tuple>
<string>property_value</string> <string>property_value</string>
<string>nothing</string> <string></string>
</tuple> </tuple>
</list> </list>
</value> </value>
......
23 24
\ No newline at end of file \ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment