Skip to content

Commit

Permalink
Oops, used wrong node
Browse files Browse the repository at this point in the history
  • Loading branch information
mightybyte committed Aug 13, 2014
1 parent c360f63 commit df0bd45
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ dfInputList getView = do
template <- dfSingleListItem n templateAttrs (getPromise templateViewPromise)
body <- deferMany (dfSingleListItem n itemAttrs) $
getPromise itemsPromise
let showTemplate = if X.hasAttribute "noTemplate" node
let showTemplate = if X.hasAttribute "noTemplate" n
then id
else (template <>)
return $ showTemplate body
Expand Down

0 comments on commit df0bd45

Please sign in to comment.