forked from orbit-oss/flask
Changed |tojson filter to quote single attributes
This commit is contained in:
parent
2713ea98cb
commit
c502dfbbfb
3 changed files with 28 additions and 2 deletions
5
CHANGES
5
CHANGES
|
|
@ -8,6 +8,11 @@ Version 0.10.1
|
|||
|
||||
Pending bugfix release.
|
||||
|
||||
- Fixed an issue where ``|tojson`` was not quoting single quotes which
|
||||
made the filter not work properly in HTML attributes. Now it's
|
||||
possible to use that filter in single quoted attributes. This should
|
||||
make using that filter with angular.js easier.
|
||||
|
||||
Version 0.10
|
||||
------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue