Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
mentors.debian.net
debexpo
Commits
fd1ca2fc
Commit
fd1ca2fc
authored
Mar 10, 2012
by
Nicolas Dandrimont
🤔
Browse files
Avoid double-escaping the comment contents, pylons already does this by default
parent
3676f4a3
Changes
1
Show whitespace changes
Inline
Side-by-side
debexpo/templates/package/index.mako
View file @
fd1ca2fc
...
...
@@ -171,7 +171,7 @@
<li>
<div>
<pre>${
h.util.html_escape(
comment.text
)
}</pre>
<pre>${ comment.text }</pre>
% if comment.outcome == c.constants.PACKAGE_COMMENT_OUTCOME_NEEDS_WORK:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment