diff rhodecode/templates/index.html @ 905:1294f2baf2bc beta

added wrapping of long tooltips in index page
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 01 Jan 2011 22:43:37 +0100
parents 82aaf4e71817
children 5554aa9c2480
line wrap: on
line diff
--- a/rhodecode/templates/index.html	Sat Jan 01 19:22:09 2011 +0100
+++ b/rhodecode/templates/index.html	Sat Jan 01 22:43:37 2011 +0100
@@ -87,7 +87,7 @@
 		            </div>
 		            </td>
 		            ##DESCRIPTION
-		            <td><span class="tooltip" title="${repo['description']}">
+		            <td><span class="tooltip" title="${h.tooltip(repo['description'])}">
 		               ${h.truncate(repo['description'],60)}</span>
 		            </td>
 		            ##LAST CHANGE