[Zope3-checkins]
SVN: Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/metadirectives.py
Merge documentation bugfix from trunk.
Philipp von Weitershausen
philikon at philikon.de
Tue Jun 29 11:11:35 EDT 2004
Log message for revision 25996:
Merge documentation bugfix from trunk.
-=-
Modified: Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/metadirectives.py
===================================================================
--- Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/metadirectives.py 2004-06-29 14:59:01 UTC (rev 25995)
+++ Zope3/branches/ZopeX3-3.0/src/zope/app/publisher/browser/metadirectives.py 2004-06-29 15:11:35 UTC (rev 25996)
@@ -126,9 +126,8 @@
template = Path(
title=u"The name of a template that implements the page.",
description=u"""
- Refers to a file containing a page template (must end in
- extension '.pt').""",
- required=False
+ Refers to a file containing a page template (should end in
+ extension '.pt' or '.html').""",
)
class IViewDefaultPageSubdirective(Interface):
More information about the Zope3-Checkins
mailing list