[#379] using html_title properly

This commit is contained in:
Gregor Schmidt 2011-05-05 10:54:39 +02:00
parent 7cd96b6a6f
commit edb263cd2b
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>