cvs: php-gtk-web /include layout.php

[email protected] ("Christian Weiske") Thu, 13 Jul 2006 05:52:51 -0000
Newsgroups php.gtk.webmaster
Message-ID <cvscweiske1152769971@cvsserver>
cweiske		Thu Jul 13 05:52:51 2006 UTC

  Modified files:              
    /php-gtk-web/include	layout.php 
  Log:
  Satisfying Steph and Tidy
  
  
http://cvs.php.net/viewvc.cgi/php-gtk-web/include/layout.php?r1=1.60&r2=1.61&diff_format=u
Index: php-gtk-web/include/layout.php
diff -u php-gtk-web/include/layout.php:1.60 php-gtk-web/include/layout.php:1.61
--- php-gtk-web/include/layout.php:1.60	Thu Jul 13 05:33:32 2006
+++ php-gtk-web/include/layout.php	Thu Jul 13 05:52:51 2006
@@ -1,5 +1,5 @@
 <?php
-/* $Id: layout.php,v 1.60 2006/07/13 05:33:32 cweiske Exp $ */
+/* $Id: layout.php,v 1.61 2006/07/13 05:52:51 cweiske Exp $ */
 
 # spacer()
 # print a IMG tag for a sized spacer GIF
@@ -136,13 +136,13 @@
 	ob_start();
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "DTD/xhtml-transitional.dtd">
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
 <head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type" />
  <title>PHP-GTK<?php if ($title) { echo ' : '.$title; } ?></title>
- <link rel="stylesheet" href="/style.css" />
- <link rel="stylesheet" href="/style-highlight.css" />
+ <link rel="stylesheet" type="text/css" href="/style.css" />
+ <link rel="stylesheet" type="text/css" href="/style-highlight.css" />
  <link rel="shortcut icon" href="/gifs/favicon.ico" />
 </head>