Mercurial > p > roundup > code
diff CHANGES.txt @ 5989:c475159af6b8
Add test and changelog for html boolean fix.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 14 Dec 2019 16:23:08 -0500 |
| parents | 3375ea048828 |
| children | 0face8e45224 |
line wrap: on
line diff
--- a/CHANGES.txt Sat Dec 14 16:18:15 2019 -0500 +++ b/CHANGES.txt Sat Dec 14 16:23:08 2019 -0500 @@ -55,6 +55,10 @@ rejected when confirming registration. (John Rouillard) - French translation gave errors with Python 3 because of ISO-8859-1 character in .mo file header. (Joseph Myers) +- Fix representation of boolean html attributes to be 'required' + rather than the xhtml form of 'required="required"'. Specifiy + attribute value same as attribute name or attribute value of None, + to output attribute as boolean. (John Rouillard) 2019-10-23 2.0.0 alpha 0
