• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
m
no edit summary
Line 14: Line 14:  
end
 
end
 
if not values.color or values.color == '' or values.color == 'initial' then
 
if not values.color or values.color == '' or values.color == 'initial' then
template = string.gsub(template, 'color:${color};" ', '')
+
template = string.gsub(template, 'color:${color};', '')
 
end
 
end
 
if not values.bg_color or values.bg_color == '' or values.bg_color == 'initial' then
 
if not values.bg_color or values.bg_color == '' or values.bg_color == 'initial' then
template = string.gsub(template, 'background-color:${bg_color}" ', '')
+
template = string.gsub(template, 'background-color:${bg_color}', '')
 
end
 
end
 
template = string.gsub(template, 'style=""', '')
 
template = string.gsub(template, 'style=""', '')
7,212

edits

Navigation menu