Browse Source

Missed some trailing witespace

spaghetti 8 years ago
parent
commit
35959456d1
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      sections/bookmarks/torrents.php

+ 1
- 1
sections/bookmarks/torrents.php View File

@@ -254,7 +254,7 @@ foreach ($GroupIDs as $GroupID) {
254 254
 <? */ ?>
255 255
 <div class='collage_image image_group_<?=$GroupID?>'>
256 256
       <a href="torrents.php?id=<?=$GroupID?>" class="bookmark_<?=$GroupID?>">
257
-<?  if (!$WikiImage) { 
257
+<?  if (!$WikiImage) {
258 258
       $WikiImage = STATIC_SERVER.'common/noartwork/nocover.png';
259 259
 } ?>
260 260
         <img class="tooltip_interactive" src="<?=ImageTools::process($WikiImage, true)?>" alt="<?=$DisplayName?>" title="<?=$DisplayName?> <br /> <?=$Tags?>" data-title-plain="<?="$DisplayName ($PlainTags)"?>" width="100%" />

Loading…
Cancel
Save