diff options
author | Ludovic Court`es | 2007-04-03 11:55:49 +0000 |
---|---|---|
committer | Ludovic Court`es | 2007-04-03 11:55:49 +0000 |
commit | 6d443f72cf20af3708f97aabbb3e0a02bab7825d (patch) | |
tree | aeda38dd6a5eb8baeffa2574abd4a5728d713ec9 /src/guile | |
parent | a10f47f6e328491ad29d1637b724d86f6bc7b997 (diff) | |
parent | e6ba379fa65ff756d47cde9f545ceb285d355a16 (diff) | |
download | skribilo-6d443f72cf20af3708f97aabbb3e0a02bab7825d.tar.gz skribilo-6d443f72cf20af3708f97aabbb3e0a02bab7825d.tar.lz skribilo-6d443f72cf20af3708f97aabbb3e0a02bab7825d.zip |
biblio template: Small fix.
* src/guile/skribilo/biblio/template.scm
(make-bib-entry-template/default): Fixed `books'.
git-archimport-id: skribilo@sv.gnu.org--2006/skribilo--devo--1.2--patch-78
Diffstat (limited to 'src/guile')
-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") |