Module:Citation/CS1/Utilities: Difference between revisions

this kind of markup is no longer allowed, and puts pages in Category:Pages using invalid self-closed HTML tags
m (1 revision imported: Math)
(this kind of markup is no longer allowed, and puts pages in Category:Pages using invalid self-closed HTML tags)
Line 185:
return str;
else
if str:sub(1,1) == "'" then str = "<span ></span>" .. str; end
if str:sub(-1,-1) == "'" then str = str .. "<span ></span>"; end
-- Remove newlines as they break italics.
Anonymous user