Commit 517d9a40 authored by Rafael Monnerat's avatar Rafael Monnerat

Define charset as utf-8 and return Title instead paths for contributors.

parent cf05aa72
...@@ -50,10 +50,11 @@ ...@@ -50,10 +50,11 @@
</item> </item>
<item> <item>
<key> <string>_body</string> </key> <key> <string>_body</string> </key>
<value> <string>return "\\n".join([str(context.getTitle()),\n <value> <string>context.REQUEST.RESPONSE.setHeader("Content-Type", "text/html; charset=utf-8")\n
return "\\n".join([str(context.getTitle()),\n
str(context.getShortTitle()),\n str(context.getShortTitle()),\n
str(context.getDescription()), \n str(context.getDescription()), \n
str(context.getContributorList()),\n str(",".join(context.getContributorTitleList())),\n
str(context.getEffectiveDate())])\n str(context.getEffectiveDate())])\n
</string> </value> </string> </value>
</item> </item>
......
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