diff --git a/pylons_app/templates/index.html b/pylons_app/templates/index.html
--- a/pylons_app/templates/index.html
+++ b/pylons_app/templates/index.html
@@ -37,7 +37,7 @@ from pylons_app.lib import filters
%for cnt,repo in enumerate(c.repos_list):
| ${h.link(repo['name'],h.url('summary_home',repo_name=repo['name']))} |
- ${repo['description']} |
+ ${self.message_slug(repo['description'])} |
${repo['last_change']|n,filters.age} |
${h.link_to('r%s:%s' % (repo['rev'],repo['tip']),h.url('changeset_home',repo_name=repo['name'],revision=repo['tip']))} |
${repo['contact']|n,filters.person} |