Commit e9dea2f2 authored by Łukasz Nowak's avatar Łukasz Nowak

- convert list to string to make it working in ODT style of documentation


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@35361 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b6fdb6c1
......@@ -273,7 +273,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/getDependencyList</string> </value>
<value> <string>python: \',\'.join(here.getDependencyList())</string> </value>
</item>
</dictionary>
</pickle>
......
......@@ -273,7 +273,7 @@
<dictionary>
<item>
<key> <string>_text</string> </key>
<value> <string>here/getMaintainerList</string> </value>
<value> <string>python: \',\'.join(here.getMaintainerList())</string> </value>
</item>
</dictionary>
</pickle>
......
208
\ No newline at end of file
209
\ 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