Content deleted Content added
S.A. Julio (talk | contribs) allow for manual coloring of aggregate cell when legs=0 |
S.A. Julio (talk | contribs) improve logic |
||
Line 113:
end
if aggregate then
if aggregate:find("'''") then
aggregate = aggregate:gsub("'''", "")
aggregate = "<strong>" .. aggregate .. "</strong>"
end
manualColorDraw = aggregate:find("''") and not (aggregate:gsub("''", ""):match("^%s*$"))
aggregate = aggregate:gsub("''", "")
|