commit 02c704c44c43fcd1780cb9eb5cac6842797809f0 Author: David Fifield david@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;
tor-commits@lists.torproject.org