[or-cvs] r22689: {website} fix the video tags to be more compatible. (website/trunk/en)

Andrew Lewman andrew at torproject.org
Sat Jul 24 20:00:53 UTC 2010


Author: phobos
Date: 2010-07-24 20:00:53 +0000 (Sat, 24 Jul 2010)
New Revision: 22689

Modified:
   website/trunk/en/bridges.wml
Log:
fix the video tags to be more compatible.


Modified: website/trunk/en/bridges.wml
===================================================================
--- website/trunk/en/bridges.wml	2010-07-24 19:53:14 UTC (rev 22688)
+++ website/trunk/en/bridges.wml	2010-07-24 20:00:53 UTC (rev 22689)
@@ -59,7 +59,10 @@
 your language?  Let us know!</p>
 
 <div class="center">
-<p><video src="http://media.torproject.org/video/2009-using-a-bridge-relay-to-access-tor.ogv" controls="controls"></video></p>
+<p><video controls>
+<source
+src="http://media.torproject.org/video/2009-using-a-bridge-relay-to-access-tor.ogv" type='video/ogg; codecs="theora, vorbis"'>
+</video></p>
 </div>
 
 <p>



More information about the tor-commits mailing list