lib/infuse/themes/plain/slide.html.erb in n3bulous-infuse-0.9.5 vs lib/infuse/themes/plain/slide.html.erb in n3bulous-infuse-0.9.6

- old
+ new

@@ -2,11 +2,13 @@ <h1><%= @title %></h1> <%= @content %> <% if @notes.length > 0 %> + <div class="notes"> <%= @notes %> </div> + <% end %> </div>