diff rhodecode/templates/followers/followers_data.html @ 2427:f467c75544af beta

Added h.tooltip to all places that tooltip_title is used. - improved escaping of < and > inside tooltips
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 08 Jun 2012 21:54:50 +0200
parents a78cd80ad385
children 2bfcec6a3985
line wrap: on
line diff
--- a/rhodecode/templates/followers/followers_data.html	Fri Jun 08 02:50:47 2012 +0200
+++ b/rhodecode/templates/followers/followers_data.html	Fri Jun 08 21:54:50 2012 +0200
@@ -10,7 +10,7 @@
         </div>
         <div style="clear:both;padding-top: 10px"></div>
         <div class="follower_date">${_('Started following -')}
-        <span class="tooltip" title="${f.follows_from}"> ${h.age(f.follows_from)}</span></div>
+        <span class="tooltip" title="${h.tooltip(f.follows_from)}"> ${h.age(f.follows_from)}</span></div>
         <div style="border-bottom: 1px solid #DDD;margin:10px 0px 10px 0px"></div>
     </div>
 % endfor