diff options
author | Ludovic Court`es | 2007-04-02 17:54:48 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-04-02 17:54:48 +0000 |
commit | e6ba379fa65ff756d47cde9f545ceb285d355a16 (patch) | |
tree | e306faa7bfec30b0765e537eed504b5e0187d5ea | |
parent | 36827777a3d21d5628096dafa33c2b71eb101248 (diff) | |
download | skribilo-e6ba379fa65ff756d47cde9f545ceb285d355a16.tar.gz skribilo-e6ba379fa65ff756d47cde9f545ceb285d355a16.tar.lz skribilo-e6ba379fa65ff756d47cde9f545ceb285d355a16.zip |
biblio template: Small fix.
* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): Fixed `books'.
git-archimport-id: lcourtes@laas.fr--2006-libre/skribilo--devo--1.2--patch-37
-rw-r--r-- | src/guile/skribilo/biblio/template.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/guile/skribilo/biblio/template.scm b/src/guile/skribilo/biblio/template.scm index a38790e..dfdef6c 100644 --- a/src/guile/skribilo/biblio/template.scm +++ b/src/guile/skribilo/biblio/template.scm @@ -172,8 +172,8 @@ publisher (", " address) (", " month) - (if month " " ", ") year ", " - ("pp. " pages) ".")) + ", " year + (", pp. " pages) ".")) ((phdthesis) `(author ". " (or title url documenturl) ", " ,(_ "PhD Thesis") |