Mercurial > p > roundup > code
changeset 7298:f25f47c3c624
fix xmlrpc endpoint, mke blockquote into pre block.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 04 May 2023 20:52:09 -0400 |
| parents | 673d8e0d3abf |
| children | 4890692dd0b7 |
| files | doc/customizing.txt |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/customizing.txt Thu May 04 18:18:18 2023 -0400 +++ b/doc/customizing.txt Thu May 04 20:52:09 2023 -0400 @@ -2227,7 +2227,7 @@ and the `XMLRPC api`_ is available at: -6. ``/rest/`` +6. ``/xmlrpc`` .. _`XMLRPC api`: xmlrpc.html @@ -3476,7 +3476,7 @@ python:context.files.sorted('creation') - Will list the files by upload date. While + Will list the files by upload date. While:: python:context.files.sorted('creation', reverse=True)
