Changeset - 6133e598f4b4
[Not reviewed]
default
0 1 0
Mads Kiilerich - 12 years ago 2013-06-13 21:20:33
madski@unity3d.com
Grafted from: 26222657bf52
pull request: urlify PRs and fix javascript injection
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/pullrequests/pullrequest_show.html
Show inline comments
 
@@ -81,7 +81,7 @@ ${self.repo_context_bar('showpullrequest
 
              <label>${_('Description')}:</label>
 
          </div>
 
          <div class="input">
 
              <div style="white-space:pre-wrap">${h.literal(c.pull_request.description)}</div>
 
              <div style="white-space:pre-wrap">${h.urlify_commit(c.pull_request.description)}</div>
 
          </div>
 
         </div>
 
         <div class="field">
0 comments (0 inline, 0 general)