From f728805be3814af780e3ad2ce71a020619d55c76 Mon Sep 17 00:00:00 2001 From: Chris Eppstein Date: Thu, 6 May 2010 19:07:13 -0700 Subject: [PATCH] [Docs] Default the markup to html instead of haml. --- doc-src/layouts/partials/example.haml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc-src/layouts/partials/example.haml b/doc-src/layouts/partials/example.haml index df36158f..4ad66b25 100644 --- a/doc-src/layouts/partials/example.haml +++ b/doc-src/layouts/partials/example.haml @@ -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