Skip to content

Commit 8cde913

Browse files
committed
fix xmlrpc endpoint, mke blockquote into pre block.
1 parent bd6f456 commit 8cde913

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/customizing.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2227,7 +2227,7 @@ The `REST api`_ is accessed via:
22272227

22282228
and the `XMLRPC api`_ is available at:
22292229

2230-
6. ``/rest/``
2230+
6. ``/xmlrpc``
22312231

22322232
.. _`XMLRPC api`: xmlrpc.html
22332233

@@ -3476,7 +3476,7 @@ sorted only on Multilink properties - produce a list of the linked
34763476

34773477
python:context.files.sorted('creation')
34783478

3479-
Will list the files by upload date. While
3479+
Will list the files by upload date. While::
34803480

34813481
python:context.files.sorted('creation', reverse=True)
34823482

0 commit comments

Comments
 (0)