update for double quotes problem with ckeditor

This commit is contained in:
Harry Bomrah 2015-12-10 01:35:16 +08:00
parent b5cda21304
commit 64497cbd37
1 changed files with 1 additions and 1 deletions

View File

@ -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