diff --git a/rhodecode/templates/pullrequests/pullrequest_show.html b/rhodecode/templates/pullrequests/pullrequest_show.html --- a/rhodecode/templates/pullrequests/pullrequest_show.html +++ b/rhodecode/templates/pullrequests/pullrequest_show.html @@ -81,7 +81,7 @@
-
${h.literal(c.pull_request.description)}
+
${h.urlify_commit(c.pull_request.description)}