From 3e081c43d9b82cab95ef147b8a11e33c2a0eb082 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Fri, 23 Aug 2019 16:17:09 +0200 Subject: [PATCH] Only add the app-itunes-app tag if the id is set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- core/templates/layout.guest.php | 2 ++ core/templates/layout.public.php | 2 ++ core/templates/layout.user.php | 2 ++ 3 files changed, 6 insertions(+) diff --git a/core/templates/layout.guest.php b/core/templates/layout.guest.php index 91bfd08597..8ba6b0a42b 100644 --- a/core/templates/layout.guest.php +++ b/core/templates/layout.guest.php @@ -11,7 +11,9 @@ + getiTunesAppId() !== '') { ?> + diff --git a/core/templates/layout.public.php b/core/templates/layout.public.php index 9de3169491..bbfa264d17 100644 --- a/core/templates/layout.public.php +++ b/core/templates/layout.public.php @@ -10,7 +10,9 @@ + getiTunesAppId() !== '') { ?> + diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index 1dfdf63e40..7712992c9b 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -10,7 +10,9 @@ + getiTunesAppId() !== '') { ?> +