Commit 297c0cf92e5344d89364559855bd8f41f38f03ee

Authored by Andrey Karpikov
1 parent 209ee26f

check new line

app/controllers/kanjai/apple_controller.rb renamed from app/controllers/kanjai/apple_controoler.rb
... ... @@ -194,7 +194,7 @@ module Kanjai
194 194 str += "<meta name='appleid-signin-nonce' content='#{session[:nonce]}'>"
195 195 str += "<meta name='appleid-signin-use-popup' content='true'>"
196 196
197   - layer.gsub('</head>', str + '</head>')
  197 + layer.gsub!('</head>', str + '</head>')
198 198
199 199 return layer
200 200
... ...
... ... @@ -217,6 +217,8 @@ module Kanjai
217 217 elements.each do |item|
218 218 case item[:name]
219 219 when 'text'
  220 + p '!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'
  221 + p subparts.parent.name
220 222 subparts << self.replace_text_marker(item[:source], hash_value)
221 223 when 'repeat'
222 224 repeat_id = item[:attributes]['id']
... ...
1 1 module Kanjai
2   - VERSION = "0.0.297"
  2 + VERSION = "0.0.298"
3 3 end
... ...