Showing
2 changed files
with
3 additions
and
1 deletions
| ... | ... | @@ -127,6 +127,8 @@ module Kanjai |
| 127 | 127 | when '###CONTENT###' |
| 128 | 128 | page_content = get_html_by_json_client(page_data) |
| 129 | 129 | layer.gsub!(marker, page_content) |
| 130 | + layer.gsub!('checked="false"', '') | |
| 131 | + layer.gsub!("checked='false'", '') | |
| 130 | 132 | when '###META_TITLE###' |
| 131 | 133 | layer.gsub!(marker, page_data.meta_title.to_s) |
| 132 | 134 | when '###META_DESCRIPTION###' | ... | ... |