[Zope-Checkins] CVS: Zope/lib/python/DocumentTemplate - DT_Var.py:1.58.10.2
Andreas Jung
andreas@digicool.com
Tue, 5 Nov 2002 04:38:23 -0500
Update of /cvs-repository/Zope/lib/python/DocumentTemplate
In directory cvs.zope.org:/tmp/cvs-serv18177
Modified Files:
Tag: ajung-restructuredtext-integration-branch
DT_Var.py
Log Message:
using customized writer html4zope
=== Zope/lib/python/DocumentTemplate/DT_Var.py 1.58.10.1 => 1.58.10.2 ===
--- Zope/lib/python/DocumentTemplate/DT_Var.py:1.58.10.1 Mon Nov 4 11:50:37 2002
+++ Zope/lib/python/DocumentTemplate/DT_Var.py Tue Nov 5 04:38:23 2002
@@ -413,7 +413,7 @@
pub = docutils.core.Publisher()
pub.set_reader('restructuredtext', None, 'restructuredtext')
- pub.set_writer('html')
+ pub.set_writer('html4zope')
# go with the defaults
pub.get_settings()