mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
Fixed a typo
This commit is contained in:
parent
90a335049b
commit
95ab3673ec
1 changed files with 2 additions and 1 deletions
|
@ -482,7 +482,7 @@ It also takes a block for inline templates (see example).
|
|||
</tr>
|
||||
<tr>
|
||||
<td>Example</td>
|
||||
<td><tt>nokogiri { |xml| xml.e</td>m "hi" }</tt></td>
|
||||
<td><tt>nokogiri { |xml| xml.em "hi" }</tt></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
@ -565,6 +565,7 @@ template, you almost always want to pass locals to it.
|
|||
<tr>
|
||||
<td>Dependency</td>
|
||||
<td>
|
||||
Anyone of:
|
||||
<ul>
|
||||
<li><a href="https://github.com/rtomayko/rdiscount title="RDiscount">RDiscount</a></li>
|
||||
<li><a href="https://github.com/vmg/redcarpet title="RedCarpet">RedCarpet</a></li>
|
||||
|
|
Loading…
Reference in a new issue