From 50cbb57065589ae4829f65b36f2174aed3bad334 Mon Sep 17 00:00:00 2001 From: Bjoern Schiessle Date: Wed, 22 Jul 2015 14:02:43 +0200 Subject: [PATCH 1/2] 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}}

From 780a2ed093b3e6670fc2c8334f9193c885ed28af Mon Sep 17 00:00:00 2001 From: Jan-Christoph Borchardt Date: Wed, 22 Jul 2015 14:20:48 +0200 Subject: [PATCH 2/2] use arrow to indicate external link, use correct quotes and capitalization --- settings/templates/apps.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/settings/templates/apps.php b/settings/templates/apps.php index 3ee8044b264..7e6c151fa65 100644 --- a/settings/templates/apps.php +++ b/settings/templates/apps.php @@ -82,13 +82,13 @@ script( t("Documentation:"));?> {{#if documentation.user}} - t("User Documentation"));?> + t('User documentation'));?> ↗ {{/if}} {{#if documentation.admin}} - t("Admin Documentation"));?> + t('Admin documentation'));?> ↗ {{/if}}