svn: /web/doc-editor/trunk/php/ html.templates.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Tue, 23 Feb 2010 06:59:06 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=295396
Log:
Change the doctype according to this thread : http://www.extjs.com/forum/showthread.php?t=92605
Changed paths:
U web/doc-editor/trunk/php/html.templates.php
Modified: web/doc-editor/trunk/php/html.templates.php
===================================================================
--- web/doc-editor/trunk/php/html.templates.php 2010-02-23 06:14:57 UTC (rev 295395)
+++ web/doc-editor/trunk/php/html.templates.php 2010-02-23 06:59:06 UTC (rev 295396)
@@ -13,7 +13,7 @@
{
$prefix = str_repeat('../', $depth);
return <<<EOD
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>$title</title>