[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py
Sanify docstring for 'template' parameter to browser:page directive.
Philipp von Weitershausen
philikon at philikon.de
Tue Jun 29 10:59:01 EDT 2004
Log message for revision 25995:
Sanify docstring for 'template' parameter to browser:page directive.
-=-
Modified: Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py
===================================================================
--- Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py 2004-06-28 22:52:38 UTC (rev 25994)
+++ Zope3/trunk/src/zope/app/publisher/browser/metadirectives.py 2004-06-29 14:59:01 UTC (rev 25995)
@@ -126,8 +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').""",
+ Refers to a file containing a page template (should end in
+ extension '.pt' or '.html').""",
required=False
)
More information about the Zope3-Checkins
mailing list