summaryrefslogtreecommitdiff
path: root/app/views/custom/page_templates
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/custom/page_templates')
-rw-r--r--app/views/custom/page_templates/public/standard_template.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/custom/page_templates/public/standard_template.html.erb b/app/views/custom/page_templates/public/standard_template.html.erb
index d4c80aa2..8cd88a68 100644
--- a/app/views/custom/page_templates/public/standard_template.html.erb
+++ b/app/views/custom/page_templates/public/standard_template.html.erb
@@ -2,9 +2,9 @@
2 <h2><%= @page.title %></h2> 2 <h2><%= @page.title %></h2>
3 <h3><%= date_for_page @page %>, <%= @page.user.try(:login) %></h3> 3 <h3><%= date_for_page @page %>, <%= @page.user.try(:login) %></h3>
4 <hr class="subtitle" /> 4 <hr class="subtitle" />
5 <p><em><%= sanitize( @page.abstract )%></em></p> 5 <div class="abstract"><p><em><%= sanitize( @page.abstract )%></em></p></div>
6 <div id="headline_image"><%= headline_image %></div> 6 <div id="headline_image"><%= headline_image %></div>
7 <%= aggregate?(@page.body) %> 7 <div class="body"><%= aggregate?(@page.body) %></div>
8</div> 8</div>
9 9
10<%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file 10<%= will_paginate(@content_collection) if @content_collection %> \ No newline at end of file