Mercurial > public > src > rhodecode
diff pylons_app/lib/helpers.py @ 488:4679105ef03e
more css html fixes (+cleanups), rewrote definition list for files
merged css
author | Marcin Kuzminski <marcin@python-works.com> |
---|---|
date | Fri, 03 Sep 2010 07:58:14 +0200 |
parents | 0668919c307c |
children | c3236d7febad |
line wrap: on
line diff
--- a/pylons_app/lib/helpers.py Fri Sep 03 07:34:38 2010 +0200 +++ b/pylons_app/lib/helpers.py Fri Sep 03 07:58:14 2010 +0200 @@ -210,7 +210,7 @@ revision=rev, f_path='/'.join(paths_l[:cnt])))) - return literal(' / '.join(url_l)) + return literal('/'.join(url_l)) files_breadcrumbs = _FilesBreadCrumbs()