@ -2345,6 +2345,6 @@ module ApplicationHelper
#将文本内的/n转换为<br>
def text_format text
text.gsub("\n","<br/>").html_safe
text.gsub("<","<").gsub(">",">").gsub("\n","<br/>").html_safe
end