From d64992f6c8dad57e747a62c3079de3818819e90a Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 31 Oct 2022 15:20:28 +0100 Subject: [PATCH] Fix rendering of inline code block Signed-off-by: Christoph Wurst --- developer_manual/basics/front-end/l10n.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/basics/front-end/l10n.rst b/developer_manual/basics/front-end/l10n.rst index b326ff3a9..bcb45c119 100644 --- a/developer_manual/basics/front-end/l10n.rst +++ b/developer_manual/basics/front-end/l10n.rst @@ -16,7 +16,7 @@ In order to make your app translatable (internationalization), you should use Ne PHP ^^^ -If localized strings are used in the backend code, simply inject the``OCP\IL10N`` class into your service via type hinting it in the constructor. You will automatically get the language object containing the translations of your app: +If localized strings are used in the backend code, simply inject the ``\OCP\IL10N`` class into your service via type hinting it in the constructor. You will automatically get the language object containing the translations of your app: .. code-block:: php