From 1379c16e2eac501a8b78f1aff407c598910129a8 Mon Sep 17 00:00:00 2001 From: Alexey Melnichuk Date: Thu, 25 Feb 2016 15:17:41 +0300 Subject: [PATCH] Fix. Works on php < 5.4.0 and short_open_tag=Off --- app/edit/index.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/edit/index.php b/app/edit/index.php index 33ea77a69f..810a219cb1 100644 --- a/app/edit/index.php +++ b/app/edit/index.php @@ -64,7 +64,7 @@ else { - <?=$title?> + <?php echo $title;?>