commit 3977cf8e6ffd2b6fbcaf85fd0d42744b48c1e939 Author: David Fifield david@bamsoftware.com Date: Mon Jul 9 12:02:01 2012 -0700
Use width="70" in place of width="70px" (same for height) in iframe.
The W3C validator complained about this. --- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README b/README index 34b33ff..f81201b 100644 --- a/README +++ b/README @@ -126,7 +126,7 @@ Add this line to torrc to make the relay use the external proxy:
Paste in this HTML where you want the badge to appear:
-<iframe src="//crypto.stanford.edu/flashproxy/embed.html" width="70px" height="23px" frameBorder="0" scrolling="no"></iframe> +<iframe src="//crypto.stanford.edu/flashproxy/embed.html" width="70" height="23" frameBorder="0" scrolling="no"></iframe>
== For developers
tor-commits@lists.torproject.org