[Bast-commits] r8861 - in DBIC-Web: . components

david at dev.catalyst.perl.org david at dev.catalyst.perl.org
Thu Mar 4 14:42:00 GMT 2010


Author: david
Date: 2010-03-04 14:42:00 +0000 (Thu, 04 Mar 2010)
New Revision: 8861

Modified:
   DBIC-Web/
   DBIC-Web/components/wrapper.tt
Log:
 r10 at drax:  david | 2010-03-02 16:20:05 +0000
 Add a doctype. First step to standards conformance.



Property changes on: DBIC-Web
___________________________________________________________________
Modified: svk:merge
   - 8f56f3f5-0ce6-439a-8bf6-7ff32a8a3359:/local/DBIC-Web:9
   + 8f56f3f5-0ce6-439a-8bf6-7ff32a8a3359:/local/DBIC-Web:10

Modified: DBIC-Web/components/wrapper.tt
===================================================================
--- DBIC-Web/components/wrapper.tt	2010-03-04 14:41:54 UTC (rev 8860)
+++ DBIC-Web/components/wrapper.tt	2010-03-04 14:42:00 UTC (rev 8861)
@@ -1,3 +1,5 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
+   "http://www.w3.org/TR/html4/strict.dtd">
 <html>
  <head>
   <title>DBIx::Class — An ORM for Perl that is extensible and flexible</title>




More information about the Bast-commits mailing list