4,951
edits
Falterfire (talk | contribs) (More attempted bugfixes) |
Falterfire (talk | contribs) (Fixed span definition) |
||
Line 200: | Line 200: | ||
if doColor then | if doColor then | ||
if template.isNegative ~= nil and template.isNegative then | if template.isNegative ~= nil and template.isNegative then | ||
result = '<span | result = '<span style="color:red">'..result..'</span>' | ||
else | else | ||
result = '<span | result = '<span style="color:green">'..result..'</span>' | ||
end | end | ||
end | end |