Changeset 12291


Ignore:
Timestamp:
2006-07-24T16:56:10+12:00 (18 years ago)
Author:
kjdon
Message:

set explodes to yes, added a space before 'and' when concatenation authors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/ReferPlug.pm

    r12169 r12291  
    9191        'abstract' => "no",
    9292        'inherits' => "yes",
     93        'explodes' => "yes",
    9394        'args'     => $arguments };
    9495
     
    231232        my $Creator = "";
    232233        if (scalar @authorlist) {
    233         $Creator = join(", ", @authorlist) . "and $lastauthor";
     234        $Creator = join(", ", @authorlist) . " and $lastauthor";
    234235        } else {
    235236        $Creator = $lastauthor;
Note: See TracChangeset for help on using the changeset viewer.