summaryrefslogtreecommitdiff
path: root/template/bibliography.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/bibliography.html.j2')
-rw-r--r--template/bibliography.html.j25
1 files changed, 2 insertions, 3 deletions
diff --git a/template/bibliography.html.j2 b/template/bibliography.html.j2
index 10654830..c24a370a 100644
--- a/template/bibliography.html.j2
+++ b/template/bibliography.html.j2
@@ -4,6 +4,7 @@
<header>
<h1>{{ _("GNU Taler Bibliography")}}</h1>
</header>
+ <main id="maincontent">
<div class="row">
<div class="col-lg-12">
{% for item in conf["paperslist"] %}
@@ -27,9 +28,7 @@
{{_("by")}}
{% if item['authors'] %}
{% for name in item['authors'] %}
- {{ name|e }}
- {% if not loop.last %}
- ,
+ {{ name|e }}{% if not loop.last %},
{% elif loop.revindex0 == 1 %}
{{ _("and") }}
{% endif %}