diff rhodecode/lib/helpers.py @ 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 435882d9e3bf
line wrap: on
line diff
--- a/rhodecode/lib/helpers.py	Sat Jan 01 19:22:09 2011 +0100
+++ b/rhodecode/lib/helpers.py	Sat Jan 01 22:43:37 2011 +0100
@@ -92,9 +92,9 @@
 class _ToolTip(object):
 
     def __call__(self, tooltip_title, trim_at=50):
-        """
-        Special function just to wrap our text into nice formatted autowrapped
-        text
+        """Special function just to wrap our text into nice formatted 
+        autowrapped text
+        
         :param tooltip_title:
         """