view genshi/template/tests/templates/test_no_doctype.html @ 938:a5a1c9a11135 tip

update tags
author convert-repo
date Tue, 31 May 2011 20:05:15 +0000
parents 168dcc0b4782
children
line wrap: on
line source
<html xmlns="http://www.w3.org/1999/xhtml"
      lang="en">

  <head>
    <title>Test</title>
  </head>

  <body>
    <h1>Test</h1>
    <p>$message</p>
  </body>

</html>
Copyright (C) 2012-2017 Edgewall Software