Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
02686c7d
Commit
02686c7d
authored
Jan 23, 2014
by
fred
Browse files
feeds: fix escaping of descriptions
parent
82d0b069
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/feed/newsitem.html
View file @
02686c7d
...
...
@@ -3,4 +3,6 @@
<img
src=
"{{ obj.image|thumbnail:'320x240' }}"
/>
{% endif %}
{% autoescape off %}
{{ obj.text }}
{% endautoescape %}
panikweb_templates/templates/feed/soundfile.html
View file @
02686c7d
...
...
@@ -3,4 +3,6 @@
<img
src=
"{{ obj.episode.image|thumbnail:'320x240' }}"
/>
{% endif %}
{% autoescape off %}
{{ obj.episode.text }}
{% endautoescape %}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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