All other HTML code is displayed correctly except for image
This is my code for form.
<th>Content Type</th>
<td>
<%= f.radio_button(:content_type, 'text') %> Text
<%= f.radio_button(:content_type, 'HTML') %> HTML
</td>
(<img src="/home/prem/Desktop/a.jpg" />)
<% case section.content_type
when 'HTML' %>
<%= raw section.content %>
显示图像的 HTML 代码时出现问题。它适用于除图像之外的所有 HTML 标记。衷心欢迎回答