summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/custom/page_templates/public/standard_template.html.erb2
1 files changed, 1 insertions, 1 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 8cd88a6..a133167 100644
--- a/app/views/custom/page_templates/public/standard_template.html.erb
+++ b/app/views/custom/page_templates/public/standard_template.html.erb
@@ -2,7 +2,7 @@
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 <div class="abstract"><p><em><%= sanitize( @page.abstract )%></em></p></div> 5 <div class="abstract"><p><%= sanitize( @page.abstract )%></p></div>
6 <div id="headline_image"><%= headline_image %></div> 6 <div id="headline_image"><%= headline_image %></div>
7 <div class="body"><%= aggregate?(@page.body) %></div> 7 <div class="body"><%= aggregate?(@page.body) %></div>
8</div> 8</div>