From 15fd23c374eb32c50733de1906065f552afbfbc4 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 14 Feb 2021 09:15:51 +0300 Subject: use shortcut echo syntax for php templates --- prefs.php | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'prefs.php') diff --git a/prefs.php b/prefs.php index 61e1145b7..9d5f8e499 100644 --- a/prefs.php +++ b/prefs.php @@ -24,7 +24,7 @@ - Tiny Tiny RSS : <?php echo __("Preferences") ?> + Tiny Tiny RSS : <?= __("Preferences") ?> @@ -50,7 +50,7 @@