[Checkins] SVN: grok/trunk/doc/groktut/ Fix some broken HTML.

Martijn Faassen faassen at infrae.com
Mon Jun 4 13:42:06 EDT 2007


Log message for revision 76323:
  Fix some broken HTML.
  

Changed:
  U   grok/trunk/doc/groktut/an_empty_grok_project/src/sample/app_templates/index.pt
  U   grok/trunk/doc/groktut/containers/src/sample/app_templates/entryindex.pt
  U   grok/trunk/doc/groktut/containers/src/sample/app_templates/sampleindex.pt

-=-
Modified: grok/trunk/doc/groktut/an_empty_grok_project/src/sample/app_templates/index.pt
===================================================================
--- grok/trunk/doc/groktut/an_empty_grok_project/src/sample/app_templates/index.pt	2007-06-04 17:40:03 UTC (rev 76322)
+++ grok/trunk/doc/groktut/an_empty_grok_project/src/sample/app_templates/index.pt	2007-06-04 17:42:05 UTC (rev 76323)
@@ -8,3 +8,4 @@
   Edit <code>sample/app_templates/index.pt</code> to change
   this page.</p>
 </body>
+</html>
\ No newline at end of file

Modified: grok/trunk/doc/groktut/containers/src/sample/app_templates/entryindex.pt
===================================================================
--- grok/trunk/doc/groktut/containers/src/sample/app_templates/entryindex.pt	2007-06-04 17:40:03 UTC (rev 76322)
+++ grok/trunk/doc/groktut/containers/src/sample/app_templates/entryindex.pt	2007-06-04 17:42:05 UTC (rev 76323)
@@ -5,3 +5,4 @@
   <h2>Entry <span tal:replace="python:context.__name__"></span></h2>
   <p tal:content="python:context.text"></p>
 </body>
+</html>
\ No newline at end of file

Modified: grok/trunk/doc/groktut/containers/src/sample/app_templates/sampleindex.pt
===================================================================
--- grok/trunk/doc/groktut/containers/src/sample/app_templates/sampleindex.pt	2007-06-04 17:40:03 UTC (rev 76322)
+++ grok/trunk/doc/groktut/containers/src/sample/app_templates/sampleindex.pt	2007-06-04 17:42:05 UTC (rev 76323)
@@ -18,3 +18,4 @@
   </form>
 
 </body>
+</html>
\ No newline at end of file



More information about the Checkins mailing list