summaryrefslogtreecommitdiff
path: root/templates/bug.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bug.html')
-rw-r--r--templates/bug.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/bug.html b/templates/bug.html
index 2173268..9bb039a 100644
--- a/templates/bug.html
+++ b/templates/bug.html
@@ -13,7 +13,9 @@
<h3 class="subject" >
{{ replies[0]["Subject"]|e }}
</h3>
- Send replies to <a href="mailto:{{ bug.id }}@{{ DOMAIN }}" >{{ bug.id }}@{{ DOMAIN }}</a> or using the <a href="#ReplyForm">Form below.</a>
+ <div class="instr">
+ Send replies to <a href="mailto:{{ bug.id }}@{{ DOMAIN }}" >{{ bug.id }}@{{ DOMAIN }}</a> or using the <a href="#ReplyForm">Form below.</a>
+ </div>
</header>
{% for i in replies %}
<div class="container">