Mercurial > p > roundup > code
diff roundup/cgi/templating.py @ 8385:411cebfad3fd
doc: missing :: at end of line before example code.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 12 Jul 2025 17:46:16 -0400 |
| parents | 9369e0958312 |
| children | 389b62b1d65b |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Sat Jul 12 17:25:03 2025 -0400 +++ b/roundup/cgi/templating.py Sat Jul 12 17:46:16 2025 -0400 @@ -3758,7 +3758,7 @@ file where you can use linters/minifiers and other tools on it. - A TAL example: + A TAL example:: <script tal:attributes="nonce request/client/client_nonce" tal:content="python:utils.readfile('mylibrary.js')"></script>
