diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -104,7 +104,11 @@
-
${h.urlify_text(c.dbrepo.description)}
+ %if c.visual.stylify_metatags: +
${h.urlify_text(h.desc_stylize(c.dbrepo.description))}
+ %else: +
${h.urlify_text(c.dbrepo.description)}
+ %endif