Module:Citation/CS1/Identifiers: Difference between revisions
no edit summary
m>Trappist the monk No edit summary |
m>Trappist the monk No edit summary |
||
Line 653: | Line 653: | ||
end | end | ||
function comp( a, b ) -- used in following table.sort() | local function comp( a, b ) -- used in following table.sort() | ||
return a[1] < b[1]; | return a[1] < b[1]; | ||
end | end |