Skip to content

Commit

Permalink
Fixes issue #10
Browse files Browse the repository at this point in the history
  • Loading branch information
shudac committed Apr 30, 2014
1 parent 46bd0a1 commit f4406c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z3c/rml/special.py
Expand Up @@ -79,7 +79,7 @@ def getName(self, elem, canvas):
)

def evalString(self, elem, canvas):
return do_eval(self._getText(elem, canvas))
return do_eval(self._getText(elem, canvas, False))

def namedString(self, elem, canvas):
self._getManager().names[elem.get('id')] = self._getText(
Expand Down

0 comments on commit f4406c6

Please sign in to comment.