]> git.decadent.org.uk Git - maypole.git/commitdiff
template xhtml validation to fix bug 13975
authorAaron Trevena <aaron.trevena@gmail.com>
Tue, 9 Aug 2005 21:31:42 +0000 (21:31 +0000)
committerAaron Trevena <aaron.trevena@gmail.com>
Tue, 9 Aug 2005 21:31:42 +0000 (21:31 +0000)
git-svn-id: http://svn.maypole.perl.org/Maypole/trunk@369 48953598-375a-da11-a14b-00016c27c3ee

templates/factory/addnew
templates/factory/header

index aec9fca13c86370ee173ef48aca8811d92106eb5..bf2b9ce5688f8c9fff180d6e097ba64646861e68 100644 (file)
@@ -34,8 +34,8 @@ table.
         [% END %]
 
     [% END; %]
-    <input type="submit" name="create" value="create"/>
-    <input type="hidden" name="__form_id" value="[% request.make_random_id %]">
+    <input type="submit" name="create" value="create" />
+    <input type="hidden" name="__form_id" value="[% request.make_random_id %]" />
 </fieldset>
 </form>
 </div>
index 6b706efa2c9c120c03969078f51f7c83fd4e716b..5c8a592347bc7819f505c139bc261446074ede26 100644 (file)
@@ -8,12 +8,9 @@
                 "A poorly configured Maypole application"
             %]
         </title>
-        <meta http-equiv="Content-Type" content="text/html; charset=[% 
-           request.document_encoding
-       %]"/>
+        <meta http-equiv="Content-Type" content="text/html; charset=[% request.document_encoding %]" />
        <base href="[% config.uri_base%]"/>
-        <link title="Maypole" href="/maypole.css" type="text/css"
-            rel="stylesheet"/>
+        <link title="Maypole" href="/maypole.css" type="text/css" rel="stylesheet" />
    </head>
     <body>
         <div class="content">