[kupu-checkins] r55131 - kupu/trunk/kupu/widgeteer
guido at codespeak.net
guido at codespeak.net
Thu May 22 14:49:49 CEST 2008
Author: guido
Date: Thu May 22 14:49:46 2008
New Revision: 55131
Modified:
kupu/trunk/kupu/widgeteer/empty.html
Log:
Set xmlns for XHTML for empty document (to more easily allow XSL
transformations).
Modified: kupu/trunk/kupu/widgeteer/empty.html
==============================================================================
--- kupu/trunk/kupu/widgeteer/empty.html (original)
+++ kupu/trunk/kupu/widgeteer/empty.html Thu May 22 14:49:46 2008
@@ -1,6 +1,6 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html>
+"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test Content Document</title>
More information about the kupu-checkins
mailing list