From 1bd9a111e409e667fe10a2c1d81ddc6b887dd1ba Mon Sep 17 00:00:00 2001 From: soranzo Date: Tue, 17 Apr 2007 08:55:12 +0000 Subject: [PATCH] Please don't use short tags. --- browser.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/browser.php b/browser.php index 3117471a0..2d5b06d9c 100644 --- a/browser.php +++ b/browser.php @@ -5,7 +5,7 @@ * if you click on a database it shows a list of database objects in that * database. * - * $Id: browser.php,v 1.56 2007/04/16 19:24:27 ioguix Exp $ + * $Id: browser.php,v 1.57 2007/04/17 08:55:12 soranzo Exp $ */ // Include application functions @@ -25,7 +25,7 @@ ?> -
<?=$lang['strrefresh']?>
+
<?php echo $lang['strrefresh']; ?>