From 99675b46e92dc59c1971158ee9295bc3242fd3b8 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/updatenotification') diff --git a/apps/updatenotification/templates/admin.php b/apps/updatenotification/templates/admin.php index 78337eb313b..28a47992410 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.')); ?> -- cgit v1.2.3