diff --git a/templates/macros.html b/templates/macros.html
index fc6285d72a99ce11dbdf8807116db96013277642..8035c385d08577285e058413382ecb7444380ee9 100644
--- a/templates/macros.html
+++ b/templates/macros.html
@@ -211,9 +211,9 @@ $('#embedcodebtn').popover(
 			{{ permlogos|safe }}	
 		</button>
 	{% else %}
-		<a>
+		<span title="{{permdescription[1]}}">
 			{{ permlogos|safe }}	
-		</a>
+		</span>
 	{% endif %}
 	
 {% endmacro %}