Merge pull request #9923 from bigcat88/fix-warning-publish_share.rst

Fixed `unexpected unindent` in public_share_template.rst
This commit is contained in:
Alexander Piskun 2023-03-20 15:22:10 +03:00 committed by GitHub
commit e263e10e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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