changeset 702:66894b0647f1

Stripping the `<html>` tag from the lint summary template - it is for inclusion on build pages, and 2 x `<html>` tags is of course a no-go.
author osimons
date Fri, 16 Oct 2009 20:37:37 +0000
parents 492c18db8f45
children 9844af477a91
files bitten/templates/bitten_summary_lint.html
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bitten/templates/bitten_summary_lint.html
+++ b/bitten/templates/bitten_summary_lint.html
@@ -2,7 +2,9 @@
     PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml"
-      xmlns:py="http://genshi.edgewall.org/">
+      xmlns:py="http://genshi.edgewall.org/"
+      py:strip="">
+<body py:strip="">
 
 <h3>Code Lint</h3>
 <table class="listing lint">
@@ -43,4 +45,5 @@
  </tr></tbody>
 </table>
 
+</body>
 </html>
Copyright (C) 2012-2017 Edgewall Software