Fixing website build
Damian Johnson

Damian Johnson commited on 2013-01-06 23:22:10
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.


Commit r25988 was missing a quote, breaking the site build...

mp4h: ERROR:en/press.wml:45: EOF when reading argument of the <tr> tag
** WML:Break: Error in Pass 2 (rc=1).
make[1]: *** [press.html.en] Error 1
make[1]: Leaving directory `/home/atagar/Desktop/tor/website/trunk/press'
make: *** [press] Error 2


... ...
@@ -42,7 +42,7 @@ newest to oldest: </p>
42 42
 <th>Topic</th>
43 43
 </tr>
44 44
 </thead>
45
-<tr style="background-color: #e5e5e5;>
45
+<tr style="background-color: #e5e5e5;">
46 46
 <td>2012 Dec 17</td>
47 47
 <td>Wall Street Journal</td>
48 48
 <td><a href="http://online.wsj.com/article/SB10001424127887324677204578185382377144280.html">Tor: An Anonymous, And Controversial, Way to Web-Surf</a></td>
49 49