Merge pull request #48 from schmidt/b/379-wrong-header-in-wiki-help

Fix html_title usage in help views for Ruby 1.9. #379
This commit is contained in:
Felix Schäfer 2011-05-05 11:44:57 -07:00
commit 5938048e42
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,8 @@
table td h3 { font-size: 1.2em; text-align: left; }
<% end %>
<h1><%= html_title "Wiki Syntax Quick Reference" %></h1>
<% html_title "Wiki Syntax Quick Reference" %>
<h1>Wiki Syntax Quick Reference</h1>
<table width="100%">
<tr><th colspan="3">Font Styles</th></tr>

View File

@ -29,7 +29,8 @@
.CodeRay .s .dl { color:#710 }
<% end %>
<h1><a name="1" class="wiki-page"></a><%= html_title "Wiki Formatting" %></h1>
<% html_title "Wiki Formatting" %>
<h1><a name="1" class="wiki-page"></a>Wiki Formatting</h1>
<h2><a name="2" class="wiki-page"></a>Links</h2>