From 5db35a40e28f305244fc8cf81bd0179cd72f73d1 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Wed, 29 Mar 2017 00:42:22 +0200 Subject: 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 4400dd277c8..7bf32bc2963 100644 --- a/apps/updatenotification/templates/admin.php +++ b/apps/updatenotification/templates/admin.php @@ -25,7 +25,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 6e044b72414..b5e8c8eab3f 100644 --- a/core/templates/error.php +++ b/core/templates/error.php @@ -3,7 +3,7 @@

  • -

    +

  • -- cgit v1.2.3