I have a Rails 3 app, and I'm trying to generate the strictest markup
possible. I have the following in my layout:

@@@
!!! 5
%html
  %head
    %meta{ :charset => 'utf-8' }/
@@@

which generates:

@@@
<!DOCTYPE html>
<html>
  <head>
    <meta charset='utf-8'>
@@@

How do I get the meta tag to self-close?

-- 
You received this message because you are subscribed to the Google Groups 
"Haml" group.
To post to this group, send email to h...@googlegroups.com.
To unsubscribe from this group, send email to haml+unsubscr...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/haml?hl=en.

Reply via email to