Module:Citation/CS1: Difference between revisions
always forget the name
m>Dragons flight No edit summary |
m>Dragons flight (always forget the name) |
||
Line 114: | Line 114: | ||
if value:sub(1,1) == '<' then | if value:sub(1,1) == '<' then | ||
-- Special case of values enclosed in spans and other markup. | -- Special case of values enclosed in spans and other markup. | ||
comp = value: | comp = value:gsub( "%b<>", "" ); | ||
else | else | ||
comp = value; | comp = value; |