diff --git a/views/tutorial/layout.erb b/views/tutorial/layout.erb
index 492d20a1..02ca4811 100644
--- a/views/tutorial/layout.erb
+++ b/views/tutorial/layout.erb
@@ -27,39 +27,79 @@
<% end %>
HTML
- <%== encoding_fix default_tutorial_html %>
-
-
-
+ <%== encoding_fix default_tutorial_html %>
+
@@ -133,10 +173,6 @@
$('.tutorial iframe').contents().find('html').html(editor.getValue())
}
- $(function() {
- refreshIframe()
- })
-
function preview() {
return $('.tutorial iframe').contents()
}