diff examples/tutorial/geddit/templates/comment.html @ 633:f779e566884d trunk

GenshiTutorial: add body class to show that the ''@*'' XPath in the match template works.
author cmlenz
date Wed, 05 Sep 2007 12:39:56 +0000
parents abad7c2ebe15
children
line wrap: on
line diff
--- a/examples/tutorial/geddit/templates/comment.html
+++ b/examples/tutorial/geddit/templates/comment.html
@@ -6,7 +6,7 @@
   <head>
     <title>Comment on “${link.title}”</title>
   </head>
-  <body>
+  <body class="comment">
     <h1>Comment on “${link.title}”</h1>
     <p py:if="comment">
       In reply to <strong>${comment.username}</strong>
Copyright (C) 2012-2017 Edgewall Software