From a46a74a305e8570db4992ce0bc28d0e8d891902d Mon Sep 17 00:00:00 2001 From: Brian Cappello Date: Thu, 31 Dec 2015 12:16:53 -0500 Subject: [PATCH] add missing closing p tag to flow doc example --- content/docs/content/flow/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/content/flow/contents.lr b/content/docs/content/flow/contents.lr index 81d12106..b403fb19 100644 --- a/content/docs/content/flow/contents.lr +++ b/content/docs/content/flow/contents.lr @@ -99,7 +99,7 @@ using their templates: ```html+jinja {% for blk in this.demo_flow.blocks %} {% if blk._flowblock == 'text' %} -

{{ blk.text }} +

{{ blk.text }}

{% elif blk._flowblock == 'image' %} {{ blk.alt }} {% endif %}