diff options
author | Ralph Amissah <ralph@amissah.com> | 2015-05-11 18:59:14 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2015-05-15 00:22:18 -0400 |
commit | c606ff1aa086b87b27375e6056affb641bb88c77 (patch) | |
tree | 077088ca8a36a44267969cf80c58b00791c45597 /lib | |
parent | qi (quick install) cleaning (diff) |
ao_references, fix
Diffstat (limited to 'lib')
-rw-r--r-- | lib/sisu/ao_references.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |