From cf45c4cb8cccef6de1d2935eb2275045f61bca68 Mon Sep 17 00:00:00 2001 From: john verzani Date: Wed, 7 Nov 2018 09:26:21 -0500 Subject: [PATCH] issue 82, refix (#87) --- src/tokens.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tokens.jl b/src/tokens.jl index c0be3fd..785ce0f 100644 --- a/src/tokens.jl +++ b/src/tokens.jl @@ -609,7 +609,7 @@ function renderTokens(io, tokens, writer, context, template) ## Issue 82, what context to pass along to the partial ## this makes "scope" of partial just the immediate value, not ## the parent - renderTokens(io, tpl, writer, Context(value, Context(context.view,nothing)), template) + renderTokens(io, tpl, writer, Context(context.view,nothing), template) else # can't find partial. Issue #83 requests signal, but this doesn't # seem to match spec. Signal would go here.