[tor-commits] [pups/production] using <a> instead of <span> for links

colin at torproject.org colin at torproject.org
Fri Oct 24 03:44:56 UTC 2014


commit bcf5711885f59502fa6627cf0cbfd05826a60344
Author: Sherief Alaa <sheriefalaa.w at gmail.com>
Date:   Sat Jun 21 22:38:46 2014 +0300

    using <a> instead of <span> for links
---
 webchat/templates/tokens.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webchat/templates/tokens.html b/webchat/templates/tokens.html
index 20c3de1..22f16ad 100644
--- a/webchat/templates/tokens.html
+++ b/webchat/templates/tokens.html
@@ -51,7 +51,7 @@
         {{token.comment|slice:":35"}}
 
         {% if token.comment|length > 35 %}
-          <span data-toggle="modal" data-target="#comment-modal" style="color:blue; font-size:80%;"> more</span>
+          <a data-toggle="modal" data-target="#comment-modal" style="color:blue; font-size:80%;" href=""> more</a>
         {% endif %}
       </td>
     </tr>





More information about the tor-commits mailing list