Commit edb263cd authored by Gregor Schmidt's avatar Gregor Schmidt

[#379] using html_title properly

parent 7cd96b6a
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment