[Pikloops-svn] SF.net SVN: pikloops: [92] web/trunk
Brought to you by:
dionysos-sf
|
From: <dio...@us...> - 2007-09-09 05:32:00
|
Revision: 92
http://pikloops.svn.sourceforge.net/pikloops/?rev=92&view=rev
Author: dionysos-sf
Date: 2007-09-04 04:40:30 -0700 (Tue, 04 Sep 2007)
Log Message:
-----------
Fix another w3c validation error
Modified Paths:
--------------
web/trunk/contribute.php
web/trunk/download.php
web/trunk/include/contribute/header.contribute.inc.php
web/trunk/include/download/header.download.inc.php
web/trunk/include/index/header.index.inc.php
web/trunk/include/links/header.links.inc.php
web/trunk/include/manual/header.manual.inc.php
web/trunk/include/screenshot/header.screenshot.inc.php
web/trunk/index.php
web/trunk/links.php
web/trunk/manual.php
web/trunk/screenshot.php
Modified: web/trunk/contribute.php
===================================================================
--- web/trunk/contribute.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/contribute.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,6 @@
<?php
session_start();
+ echo '<?xml version="1.0" encoding="UTF-8" ?>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Modified: web/trunk/download.php
===================================================================
--- web/trunk/download.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/download.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,6 @@
<?php
session_start();
+ echo '<?xml version="1.0" encoding="UTF-8" ?>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Modified: web/trunk/include/contribute/header.contribute.inc.php
===================================================================
--- web/trunk/include/contribute/header.contribute.inc.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/include/contribute/header.contribute.inc.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,4 @@
<?php
- echo '<?xml version="1.0" encoding="UTF-8" ?>';
$CONTRIBUTE_TITLE=_("PikLoops contribution page");
?>
Modified: web/trunk/include/download/header.download.inc.php
===================================================================
--- web/trunk/include/download/header.download.inc.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/include/download/header.download.inc.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,4 @@
<?php
- echo '<?xml version="1.0" encoding="UTF-8" ?>';
$DOWNLOAD_TITLE=_("PikLoops download page");
?>
Modified: web/trunk/include/index/header.index.inc.php
===================================================================
--- web/trunk/include/index/header.index.inc.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/include/index/header.index.inc.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,4 @@
<?php
- echo '<?xml version="1.0" encoding="UTF-8" ?>';
$INDEX_TITLE=_("PikLoops home page");
?>
Modified: web/trunk/include/links/header.links.inc.php
===================================================================
--- web/trunk/include/links/header.links.inc.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/include/links/header.links.inc.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,4 @@
<?php
- echo '<?xml version="1.0" encoding="UTF-8" ?>';
$INDEX_TITLE=_("PikLoops links page");
?>
Modified: web/trunk/include/manual/header.manual.inc.php
===================================================================
--- web/trunk/include/manual/header.manual.inc.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/include/manual/header.manual.inc.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,4 @@
<?php
- echo '<?xml version="1.0" encoding="UTF-8" ?>';
$MANUAL_TITLE=_("PikLoops manual page");
?>
Modified: web/trunk/include/screenshot/header.screenshot.inc.php
===================================================================
--- web/trunk/include/screenshot/header.screenshot.inc.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/include/screenshot/header.screenshot.inc.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,4 @@
<?php
- echo '<?xml version="1.0" encoding="UTF-8" ?>';
$INDEX_TITLE=_("PikLoops screenshot page");
?>
Modified: web/trunk/index.php
===================================================================
--- web/trunk/index.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/index.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,6 @@
<?php
session_start();
+ echo '<?xml version="1.0" encoding="UTF-8" ?>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Modified: web/trunk/links.php
===================================================================
--- web/trunk/links.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/links.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,6 @@
<?php
session_start();
+ echo '<?xml version="1.0" encoding="UTF-8" ?>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Modified: web/trunk/manual.php
===================================================================
--- web/trunk/manual.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/manual.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,6 @@
<?php
session_start();
+ echo '<?xml version="1.0" encoding="UTF-8" ?>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Modified: web/trunk/screenshot.php
===================================================================
--- web/trunk/screenshot.php 2007-09-04 11:30:17 UTC (rev 91)
+++ web/trunk/screenshot.php 2007-09-04 11:40:30 UTC (rev 92)
@@ -1,5 +1,6 @@
<?php
session_start();
+ echo '<?xml version="1.0" encoding="UTF-8" ?>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|