<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
1 changed files with 2 additions and 2 deletions

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>