commit 184fd8bc464d88aa431ecc3a5faf7aaad67d11d9 Author: David Fifield david@bamsoftware.com Date: Sun Oct 30 13:44:34 2011 -0700
Use scrolling="no" not scrolling="0".
scrolling="0" doesn't work on IE, and the W3C says it's (yes|no|auto). --- README | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/README b/README index 82e881c..7f7189b 100644 --- a/README +++ b/README @@ -152,7 +152,7 @@ wait a few minutes. It can take a while to download relay descriptors.
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="0"></iframe> +<iframe src="//crypto.stanford.edu/flashproxy/embed.html" width="70px" height="23px" frameBorder="0" scrolling="no"></iframe>
== For developers
tor-commits@lists.torproject.org