change alt_text to alt_title

This commit is contained in:
Harry Bomrah 2015-05-25 15:41:16 +08:00
parent eb5cfe989a
commit 4164a31d10
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ class AdBannersController < ApplicationController
"image_link" => image_link,
"title" => b.title,
"class" => klass,
"alt_text" => alt_text,
"alt_title" => alt_text,
"height" => adbanner.height,
"width" => adbanner.width,
"caption" => caption,