From c10c8da84ab306b0c110149308a8a96ecb41d426 Mon Sep 17 00:00:00 2001 From: Julien Muchembled <jm@nexedi.com> Date: Wed, 16 Jul 2008 13:53:31 +0000 Subject: [PATCH] my_preferred_text_format: replace StructuredText by reStructuredText git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22508 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../my_preferred_text_format.xml | 10 ++++++++-- product/ERP5/bootstrap/erp5_core/bt/revision | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_viewHtmlStyle/my_preferred_text_format.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_viewHtmlStyle/my_preferred_text_format.xml index 16d76c93ca..a272e8b7f5 100644 --- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_viewHtmlStyle/my_preferred_text_format.xml +++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/Preference_viewHtmlStyle/my_preferred_text_format.xml @@ -180,6 +180,12 @@ </dictionary> </value> </item> + <item> + <key> <string>uid</string> </key> + <value> + <none/> + </value> + </item> <item> <key> <string>values</string> </key> <value> @@ -237,8 +243,8 @@ <string>text/plain</string> </tuple> <tuple> - <string>Structured Text</string> - <string>text/structured</string> + <string>reStructuredText</string> + <string>text/x-rst</string> </tuple> </list> </value> diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision index aabe32b8ba..666afef17f 100644 --- a/product/ERP5/bootstrap/erp5_core/bt/revision +++ b/product/ERP5/bootstrap/erp5_core/bt/revision @@ -1 +1 @@ -874 \ No newline at end of file +875 \ No newline at end of file -- 2.30.9