Skip to content

Commit

Permalink
[Docs] Default the markup to html instead of haml.
Browse files Browse the repository at this point in the history
  • Loading branch information
chriseppstein committed May 7, 2010
1 parent 6581420 commit f728805
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc-src/layouts/partials/example.haml
Expand Up @@ -7,16 +7,16 @@
%section#markup
%nav
%ul
%li
%a{:href => "#haml"} haml
%li
%a{:href => "#html"} html
%li
%a{:href => "#haml"} haml
.code
%ul
%li#haml
%pre= h(example_haml)
%li#html
%pre= h(example_html)
%li#haml
%pre= h(example_haml)
%section#styles
%nav
%ul
Expand Down

0 comments on commit f728805

Please sign in to comment.