Module:Citation/CS1/COinS: Difference between revisions
no edit summary
m>Trappist the monk No edit summary |
m>Trappist the monk No edit summary |
||
Line 130: | Line 130: | ||
rendering:match ('<annotation[^>]+>(.+)</annotation>') -- extract just the math text | rendering:match ('<annotation[^>]+>(.+)</annotation>') -- extract just the math text | ||
else | else | ||
-- return value; -- had math stripmarker but not one of the three defined forms | |||
return value:gsub (stripmarker, 'rendering', 1); | |||
end | end | ||