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,
|
"width" => adbanner.width,
|
||||||
"target" => target,
|
"target" => target,
|
||||||
"caption" => caption,
|
"caption" => caption,
|
||||||
"context" => b.context,
|
"context" => (b.context.tr('"',"'") rescue ""),
|
||||||
"link" => b.out_link || "#"
|
"link" => b.out_link || "#"
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue