[tor-commits] [flashproxy/master] alt text for generated badge.

dcf at torproject.org dcf at torproject.org
Tue Jul 10 00:28:34 UTC 2012


commit 02c704c44c43fcd1780cb9eb5cac6842797809f0
Author: David Fifield <david at bamsoftware.com>
Date:   Mon Jul 9 15:44:53 2012 -0700

    alt text for generated badge.
---
 flashproxy.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/flashproxy.js b/flashproxy.js
index 4252548..73133cd 100644
--- a/flashproxy.js
+++ b/flashproxy.js
@@ -686,6 +686,7 @@ function Badge() {
     tr.appendChild(td);
     img = document.createElement("img");
     img.setAttribute("src", "badge.png");
+    img.setAttribute("alt", "Internet freedom");
     td.appendChild(img);
 
     this.elem = table;





More information about the tor-commits mailing list