r128 - trunk/cantharella.web/src/main/java/nc/ird/cantharella/web/pages
Author: echatellier Date: 2013-02-19 10:41:37 +0100 (Tue, 19 Feb 2013) New Revision: 128 Url: http://forge.codelutin.com/projects/cantharella/repository/revisions/128 Log: Fix I9 quirks mode Modified: trunk/cantharella.web/src/main/java/nc/ird/cantharella/web/pages/TemplatePage.html Modified: trunk/cantharella.web/src/main/java/nc/ird/cantharella/web/pages/TemplatePage.html =================================================================== --- trunk/cantharella.web/src/main/java/nc/ird/cantharella/web/pages/TemplatePage.html 2013-02-19 06:38:46 UTC (rev 127) +++ trunk/cantharella.web/src/main/java/nc/ird/cantharella/web/pages/TemplatePage.html 2013-02-19 09:41:37 UTC (rev 128) @@ -1,3 +1,4 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!-- #%L Cantharella :: Web @@ -20,7 +21,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #L% --> -<!DOCTYPE html 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:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd" wicket:message="lang:TemplatePage.Lang"> <head>
participants (1)
-
echatellier@users.forge.codelutin.com