The instructions say to place some this `Haml::Template.options[:format] = :xhtml` in environment.rb, but do not say where. I tried placing it above and then below `MyApp::Application.initialize!`. When that didn't work, I tried placing it in application.rb, both inside the configuration block and after it. That didn't work, so I tried creating an initializer for it. This also didn't work, but at least it *felt* like it should go there.
I triple-checked that the files where getting saved and also restarted Rails for each attempt, but the output never changes. What did I do wrong? On Dec 17, 5:21 pm, Nathan Weizenbaum <[email protected]> wrote: > See http://haml-lang.com/docs/yardoc/file.HAML_REFERENCE.html#options -- 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.
