修复bug#2480:course主页查询课程输入关键字“数据库”,如图课程“课程简介”字样被截断了

This commit is contained in:
yutao 2015-05-22 09:50:20 +08:00
parent 8af59f6f39
commit a7e2e4766a
1 changed files with 1 additions and 1 deletions

View File

@ -39,8 +39,8 @@
</p>
<p>
<%= content_tag "span", "#{l(:label_course_brief_introduction)}:", :class => "course-font" %>
<%= content_tag "div", course.short_description, :class => "brief_introduction", :title => course.short_description %>
</p>
<%= content_tag "div", course.short_description, :class => "brief_introduction",:style=>'float:left;', :title => course.short_description %>
</div>