diff --git a/rhodecode/lib/helpers.py b/rhodecode/lib/helpers.py --- a/rhodecode/lib/helpers.py +++ b/rhodecode/lib/helpers.py @@ -92,9 +92,9 @@ def recursive_replace(str, replace=' '): 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: """ diff --git a/rhodecode/templates/base/base.html b/rhodecode/templates/base/base.html --- a/rhodecode/templates/base/base.html +++ b/rhodecode/templates/base/base.html @@ -353,7 +353,7 @@ function onSuccess(){ function toggleFollowingUser(fallows_user_id,token){ args = 'follows_user_id='+fallows_user_id; - args+= '&auth_token='+token; + args+= '&auth_token='+token; YUC.asyncRequest('POST',base_url,{ success:function(o){ onSuccess(); @@ -363,7 +363,7 @@ function toggleFollowingUser(fallows_use function toggleFollowingRepo(fallows_repo_id,token){ args = 'follows_repo_id='+fallows_repo_id; - args+= '&auth_token='+token; + args+= '&auth_token='+token; YUC.asyncRequest('POST',base_url,{ success:function(o){ onSuccess(); diff --git a/rhodecode/templates/index.html b/rhodecode/templates/index.html --- a/rhodecode/templates/index.html +++ b/rhodecode/templates/index.html @@ -87,7 +87,7 @@ ##DESCRIPTION - + ${h.truncate(repo['description'],60)} ##LAST CHANGE