Attempt to fix html validation errors on front page
Sebastian Hahn

Sebastian Hahn commited on 2010-10-10 03:42:22
Zeige 2 geänderte Dateien mit 12 Einfügungen und 5 Löschungen.

... ...
@@ -91,23 +91,31 @@
91 91
       	<div id="torusers">
92 92
           <h2>Who Uses Tor?</h2>
93 93
           <div class="user">
94
+            <h3>
94 95
               <a href="<page about/torusers>#normalusers"><img src="$(IMGROOT)/family.jpg" alt="Normal People">
95
-            <h3>Family &amp; Friends</h3></a>
96
+              Family &amp; Friends</a>
97
+            </h3>
96 98
             <p>People like you and your family use Tor to protect themselves, their children, and their dignity while using the Internet.</p>
97 99
           </div>
98 100
           <div class="user">
101
+            <h3>
99 102
               <a href="<page about/torusers>#executives"><img src="$(IMGROOT)/consumers.jpg" alt="Businesses">
100
-            <h3>Businesses</h3></a>
103
+              Businesses</a>
104
+            </h3>
101 105
             <p>Businesses use Tor to research competition and keep strategies confidential, facilitating internal accountability.</p>
102 106
           </div>
103 107
           <div class="user">
108
+            <h3>
104 109
               <a href="<page about/torusers>#activists"><img src="$(IMGROOT)/activists.jpg" alt="Activists &amp; Whistleblowers">
105
-            <h3>Activists</h3></a>
110
+              Activists</a>
111
+            </h3>
106 112
             <p>Activists use Tor to anonymously report abuses from danger zones.  Whistleblowers use Tor to safely report on corruption.</p>
107 113
           </div>
108 114
           <div class="user">
115
+            <h3>
109 116
               <a href="<page about/torusers>#journalist"><img src="$(IMGROOT)/media.jpg" alt="Journalists and the Media">
110
-            <h3>Media</h3></a>
117
+              Media</a>
118
+            </h3>
111 119
             <p>Journalists and the Media use Tor to protect their research and sources online.</p>
112 120
           </div>
113 121
           <div class="user">
... ...
@@ -26,7 +26,6 @@
26 26
           print 'Last compiled: '.$compiledate."\n";
27 27
         }:>
28 28
 -->
29
-        </p>
30 29
       </div>
31 30
       <!-- END ABOUT -->
32 31
       <!-- WE HAVE NO NEWSLETTER SO REMOVE THIS
33 32