summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevelyn <evelyn@eyelyn.local>2009-11-08 21:41:09 +0100
committerevelyn <evelyn@eyelyn.local>2009-11-08 21:41:09 +0100
commite797b6c3c08c713a4f41bb98cf3f5ea78a8e609f (patch)
treeb18d3e2ff153274b2168fbd4b61253cd94fa5fd7
parent26fa33a54a32532732375b2475104da7959bdd49 (diff)
removed italic
-rw-r--r--app/views/custom/page_templates/public/no_date_and_author.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/custom/page_templates/public/no_date_and_author.html.erb b/app/views/custom/page_templates/public/no_date_and_author.html.erb
index ef60961..92d2fb8 100644
--- a/app/views/custom/page_templates/public/no_date_and_author.html.erb
+++ b/app/views/custom/page_templates/public/no_date_and_author.html.erb
@@ -1,7 +1,7 @@
1<div class="article"> 1<div class="article">
2 <h2><%= @page.title %></h2> 2 <h2><%= @page.title %></h2>
3 <hr class="subtitle" /> 3 <hr class="subtitle" />
4 <p><em><%= sanitize( @page.abstract ) %></em></p> 4 <p><%= sanitize( @page.abstract ) %></p>
5 <div id="headline_image"><%= headline_image %></div> 5 <div id="headline_image"><%= headline_image %></div>
6 <%= aggregate?(@page.body) %> 6 <%= aggregate?(@page.body) %>
7</div> 7</div>