From 1ec5be531a2ac3e5717f1494f58f70b94adf4c4a Mon Sep 17 00:00:00 2001
From: Jean-Paul Smets <jp@nexedi.com>
Date: Sun, 18 Dec 2005 20:10:21 +0000
Subject: [PATCH] updated docstring

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4706 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5OOo/OOoTemplate.py | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/product/ERP5OOo/OOoTemplate.py b/product/ERP5OOo/OOoTemplate.py
index a8c122aaef..57d2974780 100755
--- a/product/ERP5OOo/OOoTemplate.py
+++ b/product/ERP5OOo/OOoTemplate.py
@@ -92,7 +92,9 @@ class OOoTemplate(ZopePageTemplate):
             to produce valude xml). TALParser (used if content type
             is application/) does not produce appropriate result.
 
-          - d
+          - upload of OOo documents must be able to extract content.xml
+            from the archive, remove DTD definition and include
+            CR/LF to produce a nice looking XML source.
     """
     meta_type = "ERP5 OOo Template"
     icon = "www/OOo.png"
-- 
2.30.9