[tor-commits] [snowflake/master] Add ids to more elements in static/index.html.

dcf at torproject.org dcf at torproject.org
Sat Aug 24 00:44:35 UTC 2019


commit 73174b403978a92b0cbc1114111d19054cf134e4
Author: David Fifield <david at bamsoftware.com>
Date:   Fri Aug 23 18:31:10 2019 -0600

    Add ids to more elements in static/index.html.
---
 proxy/static/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/proxy/static/index.html b/proxy/static/index.html
index 5607e07..d193d9c 100644
--- a/proxy/static/index.html
+++ b/proxy/static/index.html
@@ -25,7 +25,7 @@
 
       <div class="clear">
 
-        <div class="browser"><div class="padding">
+        <div id="browser" class="browser"><div class="padding">
           <h3>Browser</h3>
 
           <p>If your internet access is censored, you should download
@@ -34,7 +34,7 @@
           <p class="screenshot"><img src="screenshot.png" alt="Tor Browser screenshot" /></p>
         </div></div>
 
-        <div class="extension"><div class="padding">
+        <div id="extension" class="extension"><div class="padding">
           <h3>Extension</h3>
 
           <p>If your internet access is <strong>not</strong> censored, you should
@@ -58,7 +58,7 @@
 
       </div>
 
-      <h3>REPORTING BUGS</h3>
+      <h3 id="bugs">REPORTING BUGS</h3>
       
       <p>If you encounter problems with Snowflake as a client or a proxy,
       please consider filing a bug.  To do so, you will have to,</p>
@@ -78,7 +78,7 @@
       to let us know how which part of the Snowflake system is experiencing
       problems.</p>
 
-      <h3>EMBED</h3>
+      <h3 id="embed">EMBED</h3>
 
       <p>It is now possible to embed the Snowflake badge on any website:</p>
 



More information about the tor-commits mailing list