summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/guile/skribilo/biblio/template.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guile/skribilo/biblio/template.scm b/src/guile/skribilo/biblio/template.scm
index 6cbeed8..fc23b82 100644
--- a/src/guile/skribilo/biblio/template.scm
+++ b/src/guile/skribilo/biblio/template.scm
@@ -156,13 +156,13 @@
               (", " month) " " year
               (", pp. " pages) "."))
     ((article)
-     '(author ". " (or title url documenturl) ". "
+     `(author ". " (or title url documenturl) ". "
               ,(_ "In ") journal ", " volume
               ("(" number ") ")", "
               (address ", ") month " " year ", "
               ("pp. " pages) "."))
     ((inproceedings)
-     '(author ". " (or title url documenturl) ". "
+     `(author ". " (or title url documenturl) ". "
               ,(_ "In ") booktitle ", "
               (series ", ")
               ("(" number ")")