commit 82b696709d48d164db540cf790c3c346ba9059ad Author: David Fifield david@bamsoftware.com Date: Thu Dec 20 20:14:47 2018 -0700
Escape quoted HTML markup within textarea. --- proxy/static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/proxy/static/index.html b/proxy/static/index.html index a0c6a48..d34d08b 100644 --- a/proxy/static/index.html +++ b/proxy/static/index.html @@ -54,7 +54,7 @@ It is now possible to embed the Snowflake badge on any website: </p>
<textarea readonly> -<iframe src="https://snowflake.torproject.org/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe> +<iframe src="https://snowflake.torproject.org/embed.html" width="88" height="16" frameborder="0" scrolling="no"></iframe> </textarea>
<p>
tor-commits@lists.torproject.org