[#379] using html_title properly
This commit is contained in:
parent
7cd96b6a6f
commit
edb263cd2b
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue