summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--template/confreg/sessionvotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/confreg/sessionvotes.html b/template/confreg/sessionvotes.html
index 0b1bf390..4260a8b9 100644
--- a/template/confreg/sessionvotes.html
+++ b/template/confreg/sessionvotes.html
@@ -302,7 +302,7 @@ ul.comments span.username {
<div><strong>Speakers:</strong> {%for sp in s.speakerdata%}{{sp.fullname}}{%if sp.company%} ({{sp.company}}){%endif%}{%if not forloop.last%}, {%endif%}{%endfor%}</div>
<div><strong>Track:</strong> {{s.trackname|default:""}}</div>
{%if conference.callforpaperstags%}
- <div><strong>Tags:</strong> {%for t in s.tags%}<span class="label label-primary">{{t}}</span> {%endfor%}</div><br/>
+ <div><strong>Tags:</strong> {%for t in s.tags%}<span class="label label-primary">{{t}}</span> {%endfor%}</div>
{%endif%}
{%if conference.callforpapersrecording%}
<div><strong>Recording consent:</strong> {{s.recordingconsent | yesno:"Yes,No" }}