From c606ff1aa086b87b27375e6056affb641bb88c77 Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Mon, 11 May 2015 18:59:14 -0400 Subject: ao_references, fix --- data/doc/sisu/CHANGELOG_v7 | 2 ++ lib/sisu/ao_references.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/data/doc/sisu/CHANGELOG_v7 b/data/doc/sisu/CHANGELOG_v7 index 3a5417a4..1deba428 100644 --- a/data/doc/sisu/CHANGELOG_v7 +++ b/data/doc/sisu/CHANGELOG_v7 @@ -23,6 +23,8 @@ Reverse Chronological: * sisu_7.0.1.orig.tar.xz (Open commit window: 2015-05-05; Pre-Release)) http://git.sisudoc.org/gitweb/?p=code/sisu.git;a=log;h=refs/tags/sisu_7.0.1 + * ao_references (bibliography), a fix + * qi (quick installer) cleaning * clean cruft in changelogs diff --git a/lib/sisu/ao_references.rb b/lib/sisu/ao_references.rb index cd410f77..18b726f8 100644 --- a/lib/sisu/ao_references.rb +++ b/lib/sisu/ao_references.rb @@ -192,7 +192,7 @@ module SiSU_AO_References author.gsub(/(.+?),\s+(.+)/,'\2 \1').strip end.join(', ').strip unless citation[:short_name] - citation[:short_name]=%{#{c[:author]}, "#{c[:short_name]}" (#{c[:date]})} + citation[:short_name]=%{#{citation[:author]}, "#{citation[:short_name]}" (#{citation[:date]})} end end citation -- cgit v1.2.3