markdown: fix ordered list in MdDecorator
authorJean Privat <jean@pryen.org>
Mon, 17 Aug 2015 18:44:58 +0000 (14:44 -0400)
committerJean Privat <jean@pryen.org>
Mon, 17 Aug 2015 18:44:58 +0000 (14:44 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

lib/markdown/decorators.nit

index f33302f..9f0843c 100644 (file)
@@ -70,7 +70,7 @@ class MdDecorator
                in_orderedlist = true
                current_li = 0
                v.emit_in block
-               in_unorderedlist = false
+               in_orderedlist = false
        end
        private var in_orderedlist = false
        private var current_li = 0