From 99675b46e92dc59c1971158ee9295bc3242fd3b8 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 29 Mar 2017 00:42:22 +0200 Subject: [PATCH] Replace unecessary unescaped prints with print There's no need to have those unescaped from what I can see. Signed-off-by: Lukas Reschke --- apps/updatenotification/templates/admin.php | 2 +- core/templates/error.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php index 78337eb313..28a4799241 100644 --- a/apps/updatenotification/templates/admin.php +++ b/apps/updatenotification/templates/admin.php @@ -23,7 +23,7 @@ t('Download now')) ?> - t('Your version is up to date.')); ?> + t('Your version is up to date.')); ?> diff --git a/core/templates/error.php b/core/templates/error.php index 6e044b7241..b5e8c8eab3 100644 --- a/core/templates/error.php +++ b/core/templates/error.php @@ -3,7 +3,7 @@

  • -

    +