Fixed unexpected unindent in note.

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
This commit is contained in:
Alexander Piskun 2023-03-20 15:09:02 +03:00 committed by Alexander Piskun
parent 107cba264a
commit 2a9647ef1f
No known key found for this signature in database
GPG Key ID: 1F0BF0EC3CF22721

View File

@ -1,10 +1,10 @@
=======
=====================
Public share template
=======
=====================
.. sectionauthor:: Louis Chmn <louis@chmn.me>
It is possible to overrite the default public share view. This is possible by implementing the ``IPublicShareTemplateProvider`` interface.
It is possible to override the default public share view. This is possible by implementing the ``IPublicShareTemplateProvider`` interface.
.. code-block:: php