Mercurial > p > roundup > code
changeset 6442:013a2e3da452 2.1.0b1
fix rest issue hat only shows up when running check with python3
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 19 Jun 2021 14:54:32 -0400 |
| parents | e559718dc1d0 |
| children | 0a7c01e39efd |
| files | doc/announcement.txt |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/announcement.txt Sat Jun 19 14:53:52 2021 -0400 +++ b/doc/announcement.txt Sat Jun 19 14:54:32 2021 -0400 @@ -36,7 +36,7 @@ Security fixes for jQuery, markdown handling, Valid class names are documented and enforced. All class names now - match [A-z][A-z0-9_]+[A-z_]. + match ``[A-z][A-z0-9_]+[A-z_]``. A number of fixes to markdown handling if using the jinja2 template.
