[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [pups/master] using <a> instead of <span> for links
commit bcf5711885f59502fa6627cf0cbfd05826a60344
Author: Sherief Alaa <sheriefalaa.w@xxxxxxxxx>
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>
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits