diff options
| -rw-r--r-- | docs/narr/templates.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/templates.rst b/docs/narr/templates.rst index d37e9722b..5481a971b 100644 --- a/docs/narr/templates.rst +++ b/docs/narr/templates.rst @@ -448,7 +448,8 @@ Here's what a simple :term:`Chameleon` ZPT template used under <body> <h1 class="title">Welcome to <code>${project}</code>, an application generated by the <a - href="http://docs.pylonsproject.org/projects/pyramid/dev/">pyramid</a> web + href="http://docs.pylonsproject.org/projects/pyramid/dev/" + >pyramid</a> web application framework.</h1> </body> </html> |
