##// 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 <label>${_('Description')}:</label>
81 <label>${_('Description')}:</label>
82 </div>
82 </div>
83 <div class="input">
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 </div>
85 </div>
86 </div>
86 </div>
87 <div class="field">
87 <div class="field">
General Comments 0
You need to be logged in to leave comments. Login now