Content deleted Content added
hack failure to strip trailing bold markup; a better regex should be able to do this in one line Tag: Reverted |
Undid revision 1246023178 by Jonesey95 (talk). does not work |
||
Line 234:
for term in val:gmatch("[^;,]+") do
term = string.gsub(term, "^([ \"']*)(.*)([ \"']*)$", "%2")
terms = terms .. "'" .. term .. "', "
end
|