SVN: r26192 - trunk/quixote/demo

David Binger <dbinger-fVcApmY9cLvQ3/1i3zOLAti2O/[email protected]> Fri, 18 Feb 2005 06:24:44 -0500
Newsgroups gmane.comp.web.quixote.cvs
Message-ID <[email protected]>
Author: dbinger
Date: 2005-02-18 06:24:43 -0500 (Fri, 18 Feb 2005)
New Revision: 26192

Modified:
    trunk/quixote/demo/forms.ptl
Log:
nas: HTML fix.

Changed:
quixote/demo/forms.ptl


Modified: trunk/quixote/demo/forms.ptl
===================================================================
--- trunk/quixote/demo/forms.ptl	2005-02-17 23:53:16 UTC (rev 26191)
+++ trunk/quixote/demo/forms.ptl	2005-02-18 11:24:43 UTC (rev 26192)
@@ -62,10 +62,11 @@
      def render [html] ():
          """
          <html>
-        <head><title>Quixote Form Demo</title></head>
+        <head><title>Quixote Form Demo</title>
          <style type="text/css">
          %s
          </style>
+        </head>
          <body>
          <h1>Quixote Form Demo</h1>
          """ % BASIC_FORM_CSS