[med-svn] r4992 - in trunk/community/website: . inc
Nelson A. de Oliveira
naoliv at alioth.debian.org
Fri Jul 2 15:24:27 UTC 2010
Author: naoliv
Date: 2010-07-02 15:24:16 +0000 (Fri, 02 Jul 2010)
New Revision: 4992
Modified:
trunk/community/website/inc/header.inc.php
trunk/community/website/index.php
Log:
More small fixes
Modified: trunk/community/website/inc/header.inc.php
===================================================================
--- trunk/community/website/inc/header.inc.php 2010-07-02 15:08:51 UTC (rev 4991)
+++ trunk/community/website/inc/header.inc.php 2010-07-02 15:24:16 UTC (rev 4992)
@@ -16,7 +16,7 @@
header("content-type: $type");
-?><?=$xml?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/2001/REC-xhtml11-20010531/DTD/xhtml11-flat.dtd">
+?><?=$xml?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?=$lang?>">
<head>
<title>Debian-Med Project</title>
Modified: trunk/community/website/index.php
===================================================================
--- trunk/community/website/index.php 2010-07-02 15:08:51 UTC (rev 4991)
+++ trunk/community/website/index.php 2010-07-02 15:24:16 UTC (rev 4992)
@@ -45,7 +45,9 @@
<li><a href="/ddtp.php"><?=_("Debian Description Translation Project")?></a></li>
<li><a href="http://svn.debian.org/wsvn/debian-med/trunk/"><?=_("SVN repository")?></a></li>
<li><a href="http://qa.debian.org/developer.php?login=debian-med-packaging@lists.alioth.debian.org&ordering=3"><?=_("Packages Overview")?></a></li>
- <hr />
+ </ul>
+ <hr />
+ <ul>
<li><a href="/locales.php"><?=_("Localizations")?></a></li>
<li><a href="/projects.xml"><?=_("Projects")?></a></li>
<li><a href="/support.xml"><?=_("Support")?></a></li>
More information about the debian-med-commit
mailing list