# HG changeset patch # User Marcin Kuzminski # Date 2012-09-03 08:25:38 # Node ID f1f01e951008dccc4ce04c73e65621313fa8ae4b # Parent a93c07ade43a42af9f09fb0705965f164c0be40f urlify group description also diff --git a/rhodecode/templates/index_base.html b/rhodecode/templates/index_base.html --- a/rhodecode/templates/index_base.html +++ b/rhodecode/templates/index_base.html @@ -42,7 +42,7 @@ %if c.visual.stylify_metatags: - ${h.desc_stylize(gr.group_description)} + ${h.urlify_text(h.desc_stylize(gr.group_description))} %else: ${gr.group_description} %endif