From 0d106a4b0276308b599bbcb9044c8c9fde9b789e 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 967c4d3dbd..2211b3ef1a 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 2927c525ec..36a5f1e538 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 458af24696..e895ea8809 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -10,7 +10,9 @@ + getiTunesAppId() !== '') { ?> +