##// END OF EJS Templates
pull request: urlify PRs and fix javascript injection
Mads Kiilerich -
r3998:6133e598 default
parent child Browse files
Show More
@@ -81,7 +81,7 b''
81 81 <label>${_('Description')}:</label>
82 82 </div>
83 83 <div class="input">
84 <div style="white-space:pre-wrap">${h.literal(c.pull_request.description)}</div>
84 <div style="white-space:pre-wrap">${h.urlify_commit(c.pull_request.description)}</div>
85 85 </div>
86 86 </div>
87 87 <div class="field">
General Comments 0
You need to be logged in to leave comments. Login now