[or-cvs] r23519: {website} fix up the missing close tag for links and meta tags. (website/trunk/include)

Andrew Lewman andrew at torproject.org
Sat Oct 9 22:29:31 UTC 2010


Author: phobos
Date: 2010-10-09 22:29:31 +0000 (Sat, 09 Oct 2010)
New Revision: 23519

Modified:
   website/trunk/include/head.wmi
Log:
fix up the missing close tag for links and meta tags.


Modified: website/trunk/include/head.wmi
===================================================================
--- website/trunk/include/head.wmi	2010-10-09 22:17:42 UTC (rev 23518)
+++ website/trunk/include/head.wmi	2010-10-09 22:29:31 UTC (rev 23519)
@@ -10,29 +10,30 @@
 <html xmlns="http://www.w3.org/1999/xhtml">
 <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)" />">
-  <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" />">
+  <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" //>">
 
   # 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, 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