From 50cbb57065589ae4829f65b36f2174aed3bad334 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Wed, 22 Jul 2015 14:02:43 +0200 Subject: make sure that there is a space between user- and admin-documentation --- settings/templates/apps.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/settings/templates/apps.php b/settings/templates/apps.php index c88efb8746a..3ee8044b264 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -81,14 +81,14 @@ script(

t("Documentation:"));?> {{#if documentation.user}} - - t("User Documentation"));?> + + t("User Documentation"));?> {{/if}} {{#if documentation.admin}} - - t("Admin Documentation"));?> + + t("Admin Documentation"));?> {{/if}}

-- cgit v1.2.3