From 44b1563d5eab1868374163d6d683c3e2bec5a771 Mon Sep 17 00:00:00 2001 From: kevinparkerson Date: Fri, 24 Apr 2015 11:29:49 -0400 Subject: [PATCH] wizard-docs-fix: making the markup section of wizard have the control parent wrapper --- _includes/js/wizard.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_includes/js/wizard.html b/_includes/js/wizard.html index 71a560609..2c7657d92 100644 --- a/_includes/js/wizard.html +++ b/_includes/js/wizard.html @@ -20,7 +20,9 @@

Markup

Wrap class="wizard" around a list of steps, navigation, and content within a class="fuelux" container.

{% highlight html %} +
{% include js/wizard-example.html %} +
{% endhighlight %}