Update writing_conference.rb

This commit is contained in:
wmcheng 2018-12-04 23:32:20 +08:00
parent a91c2a60b5
commit aa83eaf309
1 changed files with 1 additions and 1 deletions

View File

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