Update writing_conference.rb
This commit is contained in:
parent
a91c2a60b5
commit
aa83eaf309
|
@ -135,7 +135,7 @@ class WritingConference
|
|||
when "period"
|
||||
pd_data << {"data_title" => p.duration}
|
||||
when "url"
|
||||
pd_data << { "data_title" => "<a href='#{p.url}' target='_blank'>#{p.url}</a>" }
|
||||
pd_data << { "data_title" => "<a href='#{p.url}' title='#{p.url}' target='_blank'>#{p.url}</a>" }
|
||||
else
|
||||
pd_data << { "data_title" => p.send(t) }
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue