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:
parent
40f59da1f4
commit
e47cfff420
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue