update for double quotes problem with ckeditor
This commit is contained in:
parent
b5cda21304
commit
64497cbd37
|
@ -33,7 +33,7 @@ class AdBannersController < ApplicationController
|
|||
"width" => adbanner.width,
|
||||
"target" => target,
|
||||
"caption" => caption,
|
||||
"context" => b.context,
|
||||
"context" => (b.context.tr('"',"'") rescue ""),
|
||||
"link" => b.out_link || "#"
|
||||
}
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue