lib/infuse/themes/plain/slide.html.erb in n3bulous-infuse-0.9.3 vs lib/infuse/themes/plain/slide.html.erb in n3bulous-infuse-0.9.4
- old
+ new
@@ -1,12 +1,10 @@
<div class="slide">
<h1><%= @title %></h1>
<%= @content %>
-<% if @notes.length > 0 %>
-<!-- NOTES
+ <div class="notes">
<%= @notes %>
--->
-<% end %>
+ </div>
</div>