Mercurial > genshi > mirror
diff examples/tutorial/geddit/templates/layout.html @ 627:3ed77fbfafa8 trunk
GenshiTutorial: minor tweaks to sync with Wiki page.
author | cmlenz |
---|---|
date | Fri, 31 Aug 2007 23:13:27 +0000 |
parents | 725488d315f3 |
children |
line wrap: on
line diff
--- a/examples/tutorial/geddit/templates/layout.html +++ b/examples/tutorial/geddit/templates/layout.html @@ -5,7 +5,7 @@ <py:match path="head" once="true"> <head py:attrs="select('@*')"> <title py:with="title = list(select('title/text()'))"> - geddit<py:if test="title">: ${title}</py:if> + Geddit<py:if test="title">: ${title}</py:if> </title> <link rel="stylesheet" href="${url('/media/layout.css')}" type="text/css" /> <script type="text/javascript" src="${url('/media/jquery.js')}"></script>