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

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 dba522b4c31d
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