From 5f729e1c584eb647009a83a576715df7605eacb4 Mon Sep 17 00:00:00 2001 From: Chris Beelby Date: Fri, 28 Jan 2011 15:09:13 -0500 Subject: Removed reference to Zope XML namespace since this is a Mako example. Also Mako in general does not require such well-formed documents and it is perhaps more accurate of a typical mako template to make the example very basic. --- docs/narr/templates.rst | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index b97cc7be6..f50f6c173 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -733,12 +733,8 @@ look like: .. code-block:: xml :linenos: - - + - ${project} Application @@ -750,7 +746,7 @@ look like: This template doesn't use any advanced features of Mako, only the -``${squiggly}`` replacement syntax for names that are passed in as +``${}`` replacement syntax for names that are passed in as :term:`renderer globals`. See the `the Mako documentation `_ to use more advanced features. -- cgit v1.2.3