it seems using %br alone on its line solve this issue.. but why these
rendering differences .. should not be related to haml => html
generation .. does it ?
> %p{:style => "margin-bottom: 2px;"}
> LIMITED access to :
> %br
> SeveTV video clips
> %br
> Instruction video clips
On 29 mai, 11:58, kadoudal <[email protected]> wrote:
> why different rendering ?
>
> %p{:style => "margin-bottom: 2px;"}
> LIMITED access to :
> %br SeveTV video clips
> %br Instruction video clips
>
> is rendering in FireFox 4 :
>
> <p style="margin-bottom: 2px;">
> LIMITED access to :
> <br>
> SeveTV video clips
> <br>
> <br>
> Instruction video clips
> <br>
> </p>
>
> but is rendering correvtly in Safari 5
>
> <p style="margin-bottom: 2px;">
> LIMITED access to :
> <br>SeveTV video clips
> <br>Instruction video clips
> </p>
--
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to [email protected].
For more options, visit this group at http://groups.google.com/group/haml?hl=en.