diff options
author | Magnus Hagander | 2025-07-10 10:24:08 +0000 |
---|---|---|
committer | Magnus Hagander | 2025-07-10 10:30:24 +0000 |
commit | b6b98bf50cf34fcb51d47b65fc6ae0d888618847 (patch) | |
tree | a28457debcaa60fb06d6779f56982a91294a2c4f | |
parent | 78266491deac93a6d1b21c3bb6d29fbf44bfc776 (diff) |
Remove extra <br/>
Copy/paste error
-rw-r--r-- | template/confreg/sessionvotes.html | 2 |
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" }} |