diff options
author | Dan McGee <dan@archlinux.org> | 2010-07-07 03:33:03 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-07-07 03:33:03 +0200 |
commit | 7b73c0ff8c8caa546442e3e3311867f2c6159754 (patch) | |
tree | 9cce13bc2d25cc00ebb29f91ffd01fb969e7f0f9 /templates/news/view.html | |
parent | ad162d74db6718b2ba7dd1ab2e1f21847a7c7744 (diff) | |
download | archweb-7b73c0ff8c8caa546442e3e3311867f2c6159754.tar.gz archweb-7b73c0ff8c8caa546442e3e3311867f2c6159754.tar.xz |
Get news markdown formatting working everywhere
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/news/view.html')
-rw-r--r-- | templates/news/view.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/view.html b/templates/news/view.html index 64c510e..a7c25a4 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 %} |