Hi Folks,

hope you can help me with a strange issue I have with radiant 0.8.1

I am using the share_layouts extension to render a standard crud mvc (not admin) for an extension I am writing.

But the following code is rendered with extra p and br html tags!

[codesample]
<% form_for :visitor, :url => visitors_path do |f| -%>
  <tr>
    <td><%= f.label( :login) %></td>
    <td><%= f.text_field(:login) %>
  </tr>
</table>
[/codesample]

Every new line in this form is rendered with an extra <br /> and lines with only a line-feet (for better code reading) are rendered as a <p> tag.

CanĀ“t find the code where this happens :-|

Thanks
jerry_______________________________________________
Radiant mailing list
Post:   Radiant@radiantcms.org
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to