Changes
Jump to navigation
Jump to search
local function err(msg)
return string.format(
'<strong class="error">%s %s</strong>%s',
message('errorPrefix', 'string'),
msg,
makeCategoryLink(message('errorCategory', 'string'))
)
end
p.err = err
remove the err function, as it's not being used any more
p.makeToolbar = makeToolbar
----------------------------------------------------------------------------