summaryrefslogtreecommitdiff
path: root/templates/news/view.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/news/view.html')
-rw-r--r--templates/news/view.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/view.html b/templates/news/view.html
index 64c510e3..a7c25a43 100644
--- a/templates/news/view.html
+++ b/templates/news/view.html
@@ -18,7 +18,7 @@
<p class="article-info">{{ news.postdate }} - {{ news.author.get_full_name }}</p>
- <div>{{ news.content|markdown }}</div>
+ <div class="article-content">{{ news.content|markdown }}</div>
</div>
{% endblock %}