mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Story title is safe for html entities.
This commit is contained in:
parent
9f46640f8f
commit
660471c5e5
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<div class="NB-story-header-wrapper">
|
||||
<div class="NB-story-header">
|
||||
<h2 class="NB-story-title">
|
||||
<a href="{{ story.story_permalink }}" class="NB-story-title-link">{{ story.story_title }}</a>
|
||||
<a href="{{ story.story_permalink }}" class="NB-story-title-link">{{ story.story_title|safe }}</a>
|
||||
{% if story.story_authors %}
|
||||
<span class="NB-story-author">by {{ story.story_authors }}</span>
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Reference in a new issue