Skip to content

Commit

Permalink
issue 82, refix (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jverzani authored Nov 7, 2018
1 parent ccdaa6a commit cf45c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tokens.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit cf45c4c

Please sign in to comment.