From 616b957a6171dc542eb4d401d3e2916f12ee67fc Mon Sep 17 00:00:00 2001 From: Mitchell Mebane Date: Tue, 28 Jun 2005 02:07:06 +0000 Subject: [PATCH] Make screenshots openable in a new tab --- screenshots.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screenshots.php b/screenshots.php index 022da4b..02a261e 100644 --- a/screenshots.php +++ b/screenshots.php @@ -72,7 +72,7 @@ if($hResult && mysql_num_rows($hResult)) $imgSRC = ''.$oScreenshot->description.''; // set image link based on user pref - $img = ''.$imgSRC.''; + $img = ''.$imgSRC.''; if ($_SESSION['current']->isLoggedIn()) { if ($_SESSION['current']->getpref("window:screenshot") == "no")