diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/media.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/media.php b/inc/media.php index 16e3c0074..3e640237a 100644 --- a/inc/media.php +++ b/inc/media.php @@ -1459,7 +1459,7 @@ function media_printimgdetail($item, $fullscreen=false){ if ($fullscreen) { echo '<a name="l_:'.$item['id'].'" class="image thumb" href="'. media_managerURL(array('image' => hsc($item['id']), 'ns' => getNS($item['id']), 'tab_details' => 'view')).'">'; - echo '<span><img src="'.$src.'" '.$att.' /></span>'; + echo '<img src="'.$src.'" '.$att.' />'; echo '</a>'; } |