[tor-commits] [flashproxy/master] Add a #flashproxy-badge id to the noscript placeholder.

dcf at torproject.org dcf at torproject.org
Fri May 4 23:50:49 UTC 2012


commit 55fc394604b760ed8d16c62dc57f8b387a61c5a7
Author: David Fifield <david at bamsoftware.com>
Date:   Fri May 4 16:49:40 2012 -0700

    Add a #flashproxy-badge id to the noscript placeholder.
    
    This is necessary to provide a background color so the transparent PNG
    shows up.
---
 embed.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/embed.html b/embed.html
index cf3a6f4..0b55f00 100644
--- a/embed.html
+++ b/embed.html
@@ -55,7 +55,7 @@ body {
 flashproxy_badge_insert().start();
 </script>
 <noscript>
-<a href="https://crypto.stanford.edu/flashproxy/" target="_parent"><img src="badge.png" border="0" alt="I support Internet freedom"></a>
+<div id="flashproxy-badge"><a href="https://crypto.stanford.edu/flashproxy/" target="_parent"><img src="badge.png" border="0" alt="I support Internet freedom"></a></div>
 </noscript>
 </body>
 </html>



More information about the tor-commits mailing list