summaryrefslogtreecommitdiffstats
path: root/hyperkitty/templates/message.html
diff options
context:
space:
mode:
authorAurélien Bompard <aurelien@bompard.org>2013-02-13 19:07:00 +0100
committerAurélien Bompard <aurelien@bompard.org>2013-02-13 19:22:02 +0100
commitbda9d815d07a68bfaa747cce2c435e4b4c2c2b94 (patch)
treefff71596a0c9fe0766168dd195a51f73a74fb3fe /hyperkitty/templates/message.html
parent0de68afc823627fa20bfad7cc7c04d24a2017865 (diff)
downloadhyperkitty-bda9d815d07a68bfaa747cce2c435e4b4c2c2b94.tar.gz
hyperkitty-bda9d815d07a68bfaa747cce2c435e4b4c2c2b94.tar.xz
hyperkitty-bda9d815d07a68bfaa747cce2c435e4b4c2c2b94.zip
Minor CSS refactoring
Diffstat (limited to 'hyperkitty/templates/message.html')
-rw-r--r--hyperkitty/templates/message.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/templates/message.html b/hyperkitty/templates/message.html
index 3a19268..800162b 100644
--- a/hyperkitty/templates/message.html
+++ b/hyperkitty/templates/message.html
@@ -23,7 +23,7 @@
<h1>{{ message.subject }}</h1>
</div>
- <section id="thread_content">
+ <section id="thread-content">
{% include 'messages/message.html' with email=message unfolded='True' %}
</section>