From 4bf3a5da58ceb392fa60eacfbd2650663c83d18f Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Mon, 11 Jul 2011 08:19:04 +1000 Subject: [PATCH] target="_blank" on images --- inc/display.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inc/display.php b/inc/display.php index 2bce4eaa..43892686 100644 --- a/inc/display.php +++ b/inc/display.php @@ -358,7 +358,7 @@ $built .= ')

' . // Thumbnail - ''; + ''; } elseif($this->file == 'deleted') { $built .= ''; } @@ -507,7 +507,7 @@ $built .= ')

' . // Thumbnail - ''; + ''; } elseif($this->file == 'deleted') { $built = ''; }