Module:Citation/CS1: Difference between revisions
fixed double-dot ".." at end of authors/coauthors list
m>Wikid77 (removed duplicate display of "others=" data.) |
m>Wikid77 (fixed double-dot ".." at end of authors/coauthors list) |
||
Line 791: | Line 791: | ||
then Date = " ("..Date..")" .. OrigYear .. sepc .. " " | then Date = " ("..Date..")" .. OrigYear .. sepc .. " " | ||
else | else | ||
if ( string.sub(Authors,-1,1) == sepc) | if ( string.sub(Authors,-1,-1) == sepc) --check end character | ||
then Authors = Authors .. " " | then Authors = Authors .. " " | ||
else Authors = Authors .. sepc .. " " | else Authors = Authors .. sepc .. " " |