Module:links: Difference between revisions

Undo revision 336094 by Sware (talk)
No edit summary
Tag: Reverted
(Undo revision 336094 by Sware (talk))
Tag: Undo
Line 349: Line 349:


if #annotations > 0 then
if #annotations > 0 then
table_insert(output, " " .. export.mark(table_concat(annotations, ", "), "annotations"))
table_insert(output, " " .. export.mark(table_concat(annotations, ", "), "annotations"))
end
end