Skip to content

Commit

Permalink
[Haml] Fix a bug in the reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
nex3 committed Jan 16, 2010
1 parent 96165f3 commit e2fb73a
Showing 1 changed file with 6 additions and 15 deletions.
21 changes: 6 additions & 15 deletions doc-src/HAML_REFERENCE.md
Expand Up @@ -867,21 +867,12 @@ For example:

is compiled to:

<p>
42
</p>
<p>
43
</p>
<p>
44
</p>
<p>
45
</p>
<p>
46
</p>
<p>42</p>
<p>43</p>
<p>44</p>
<p>45</p>
<p>46</p>
<p>See, I can count!</p>

Another example:

Expand Down

0 comments on commit e2fb73a

Please sign in to comment.