[Openupload-svn-update] SF.net SVN: openupload:[204] web/index.html
Status: Beta
Brought to you by:
tsdogs
|
From: <rl...@us...> - 2008-12-13 20:06:06
|
Revision: 204
http://openupload.svn.sourceforge.net/openupload/?rev=204&view=rev
Author: rlelek
Date: 2008-12-13 20:06:02 +0000 (Sat, 13 Dec 2008)
Log Message:
-----------
-- Minor Rewrite --
First test of my subversion use.
Rewrote <html> tag to:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
in order to be in compliance with the also added DOCTYPE declaration for XHTML 1.0 Standard - Strict
Modified Paths:
--------------
web/index.html
Modified: web/index.html
===================================================================
--- web/index.html 2008-12-12 17:31:51 UTC (rev 203)
+++ web/index.html 2008-12-13 20:06:02 UTC (rev 204)
@@ -1,4 +1,5 @@
-<html>
+<!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" xml:lang="en">
<head>
<TITLE>Welcome to Open Upload Project web site</TITLE>
<meta name="keywords" content="Open Upload, Rapidshare clone, personal web file server">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|