Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-01 | Really fix #3989. | John MacFarlane | 1 | -1/+1 | |
The previous fix only worked in certain cases. Other cases with `>` in an HTML attribute broke. | |||||
2017-11-01 | Updated command test for #3989. | John MacFarlane | 1 | -5/+3 | |
We didn't fix it completely before. | |||||
2017-10-23 | HTML reader: `htmlTag` improvements. | John MacFarlane | 1 | -0/+9 | |
We previously failed on cases where an attribute contained a `>` character. This patch fixes the bug. Closes #3989. |