Module:Citation/CS1: Difference between revisions
oops
m>Dragons flight (drop extra quotation marks) |
m>Dragons flight (oops) |
||
Line 721: | Line 721: | ||
if ( Quote and Quote ~="" ) then | if ( Quote and Quote ~="" ) then | ||
if Quote:sub(1,1) == '"' and Quote:sub(-1,-1) == '"' then | if Quote:sub(1,1) == '"' and Quote:sub(-1,-1) == '"' then | ||
Quote = Quote(2,-2); | Quote = Quote:sub(2,-2); | ||
end | end | ||