app/apps/themes/default/views/post.html.erb in camaleon_cms-1.0.5 vs app/apps/themes/default/views/post.html.erb in camaleon_cms-1.0.6

- old
+ new

@@ -3,10 +3,10 @@ <% if @post.has_thumb? %> <div class="entry-thumbnail"> <%= raw @post.the_thumb %> </div> <% end %> - <h1 class="entry-title"><%= raw @post.the_title %></h1> + <h1 class="entry-title"><%= @post.the_title %></h1> </header><!-- .entry-header --> <div class="entry-content"> <%= raw @post.the_content %> </div><!-- .entry-content --> <footer class="entry-meta"> \ No newline at end of file