You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The {{ somehash somestr }} syntax in templates should return the value of somehash["somestr"], but instead returns 'Hash'. This seems to be an issue only when creating HashValues directly.
The
{{ somehash somestr }}
syntax in templates should return the value of somehash["somestr"], but instead returns 'Hash'. This seems to be an issue only when creating HashValues directly.For code and output, see http://gist.github.com/405330
The text was updated successfully, but these errors were encountered: