From edb263cd2beac65792cad8d3bbc469173e10a8e9 Mon Sep 17 00:00:00 2001 From: Gregor Schmidt Date: Thu, 5 May 2011 10:54:39 +0200 Subject: [PATCH] [#379] using html_title properly --- app/views/help/wiki_syntax.html.erb | 3 ++- app/views/help/wiki_syntax_detailed.html.erb | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/help/wiki_syntax.html.erb b/app/views/help/wiki_syntax.html.erb index 6b3b95d8..1a5c20b2 100644 --- a/app/views/help/wiki_syntax.html.erb +++ b/app/views/help/wiki_syntax.html.erb @@ -9,7 +9,8 @@ table td h3 { font-size: 1.2em; text-align: left; } <% end %> -

<%= html_title "Wiki Syntax Quick Reference" %>

+<% html_title "Wiki Syntax Quick Reference" %> +

Wiki Syntax Quick Reference

diff --git a/app/views/help/wiki_syntax_detailed.html.erb b/app/views/help/wiki_syntax_detailed.html.erb index 28a6bc77..0127efd7 100644 --- a/app/views/help/wiki_syntax_detailed.html.erb +++ b/app/views/help/wiki_syntax_detailed.html.erb @@ -29,7 +29,8 @@ .CodeRay .s .dl { color:#710 } <% end %> -

<%= html_title "Wiki Formatting" %>

+<% html_title "Wiki Formatting" %> +

Wiki Formatting

Links

Font Styles