Author: atagar Date: 2013-01-06 22:22:10 +0000 (Sun, 06 Jan 2013) New Revision: 25989
Modified: website/trunk/press/en/press.wml Log: Fixing website build
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
Modified: website/trunk/press/en/press.wml =================================================================== --- website/trunk/press/en/press.wml 2013-01-06 18:19:29 UTC (rev 25988) +++ website/trunk/press/en/press.wml 2013-01-06 22:22:10 UTC (rev 25989) @@ -42,7 +42,7 @@ <th>Topic</th> </tr> </thead> -<tr style="background-color: #e5e5e5;> +<tr style="background-color: #e5e5e5;"> <td>2012 Dec 17</td> <td>Wall Street Journal</td> <td><a href="http://online.wsj.com/article/SB10001424127887324677204578185382377144280.html">Tor: An Anonymous, And Controversial, Way to Web-Surf</a></td>
tor-commits@lists.torproject.org