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

memcached_alan^2
yutao 10 years ago
parent 8af59f6f39
commit a7e2e4766a

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

Loading…
Cancel
Save