1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

<pre> tags break the whole layout. Testing out <tt> tags

This commit is contained in:
Kashyap 2013-01-11 07:18:10 +05:30
parent 40f59da1f4
commit e47cfff420

View file

@ -421,11 +421,11 @@ to use (and to be thread-safe), you should simply require it first:
</tr>
<tr>
<td>File Extension</td>
<td><pre>.haml</pre></td>
<td><tt>.haml</tt></td>
</tr>
<tr>
<td>Example</td>
<td><pre>haml :index, :format => :html5</pre></td>
<td><tt>haml :index, :format => :html5</tt></td>
</tr>
</table>