Content deleted Content added
poke |
clean |
||
Line 16:
-- These suck for i18n because the % is forced to the right without spacing,
-- both in a required context (CSS) and unrequired (to-be-displayed text).
-- I.e., there should be a separate version of this
-- which takes a boolean. :(
return tostring(round(100 * param / total)) .. '%'
end
|