[or-cvs] r23552: {website} And more self-closing tags that were hidden (website/trunk/include)

Sebastian Hahn tor-svn-commits at sebastianhahn.net
Sun Oct 10 01:54:27 UTC 2010


Author: sebastian
Date: 2010-10-10 01:54:27 +0000 (Sun, 10 Oct 2010)
New Revision: 23552

Modified:
   website/trunk/include/head.wmi
Log:
And more self-closing tags that were hidden

Modified: website/trunk/include/head.wmi
===================================================================
--- website/trunk/include/head.wmi	2010-10-10 01:52:43 UTC (rev 23551)
+++ website/trunk/include/head.wmi	2010-10-10 01:54:27 UTC (rev 23552)
@@ -10,30 +10,30 @@
 <html>
 <head>
   <title>$(TITLE)</title>
-  <link rel="shortcut icon" type="image/x-icon" href="$(IMGROOT)/favicon.ico" //>
-  <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT)" //>">
-  <ifneq "$(REDIRECT_GLOBAL)" "" "<meta http-equiv="refresh" content="0;url=$(REDIRECT_GLOBAL)" //>">
+  <link rel="shortcut icon" type="image/x-icon" href="$(IMGROOT)/favicon.ico">
+  <ifneq "$(REDIRECT)" "" "<meta http-equiv="refresh" content="0;url=$(DOCROOT)/$(REDIRECT)">">
+  <ifneq "$(REDIRECT_GLOBAL)" "" "<meta http-equiv="refresh" content="0;url=$(REDIRECT_GLOBAL)">">
   <ifeq "$(ANNOUNCE_RSS)" "yes" "<link rel="alternate" title="Tor Project OR-announce" href="http://rss.gmane.org/gmane.network.onion-routing.announce"
-type="application/rss+xml" //>">
+type="application/rss+xml">">
 
   # begin WML to generate css/js paths 
-  <ifneq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/$(STYLESHEET)" //>">
-  <ifeq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/master.css" //>">
+  <ifneq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/$(STYLESHEET)">">
+  <ifeq "$(STYLESHEET)" "" "<link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/master.css">">
 
-  #<link href="css/master.css" rel="stylesheet" type="text/css" //>
+  #<link href="css/master.css" rel="stylesheet" type="text/css">
   <!--[if lte IE 7]>
-  <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie7-and-down.css" //>
+  <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie7-and-down.css">
   <![endif]-->
   <!--[if IE 6]>
-  <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie6.css" //>
+  <link rel="stylesheet" type="text/css" href="$(DOCROOT)/css/ie6.css">
   <![endif]-->
 #  <script language="javascript" type="text/javascript" src="$(DOCROOT)/global.js"></script>
   # end WML to generate css/js paths 
 
-  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" //>
-  <meta name="author" content="The Tor Project, Inc." //>
-  <meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research" //>
-  <meta name="description" content="truth" //>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <meta name="author" content="The Tor Project, Inc.">
+  <meta name="keywords" content="anonymity online, tor, tor project, censorship circumvention, traffic analysis, anonymous communications research">
+  <meta name="description" content="truth">
 </head>
 <body>
 <div id="wrap">



More information about the tor-commits mailing list