From 1c9336958c138fbfed47402550c1e303c2039f1a Mon Sep 17 00:00:00 2001 From: Michael Hanke Date: Thu, 17 Sep 2009 20:41:22 -0400 Subject: [PATCH] Attempt to prevent authors initials to become numbered lists. --- neurodebian/templates/pkg.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neurodebian/templates/pkg.rst b/neurodebian/templates/pkg.rst index 5e365ac..4c0b36f 100644 --- a/neurodebian/templates/pkg.rst +++ b/neurodebian/templates/pkg.rst @@ -10,7 +10,7 @@ Homepage: {{ db.main.homepage }} {% if db.main.publication %} Citable reference: - {{ db.main.publication.authors }} ({{ db.main.publication.year }}). + *{{ db.main.publication.authors }}* ({{ db.main.publication.year }}). {%- if db.main.publication.url %} `{{ db.main.publication.title }} <{{ db.main.publication.url }}>`_. {%- else %} {{ db.main.publication.title }}. {%- endif %} {{ db.main.publication.in }}. -- 2.39.5