summaryrefslogtreecommitdiff
path: root/spec.txt
diff options
context:
space:
mode:
Diffstat (limited to 'spec.txt')
-rw-r--r--spec.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec.txt b/spec.txt
index 0d114b8..b674488 100644
--- a/spec.txt
+++ b/spec.txt
@@ -468,7 +468,8 @@ If you want a horizontal rule in a list item, use a different bullet:
.
<ul>
<li>Foo</li>
-<li><hr />
+<li>
+<hr />
</li>
</ul>
.