diff options
Diffstat (limited to 'theme/admin/html/category/item.php')
-rw-r--r-- | theme/admin/html/category/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/category/item.php b/theme/admin/html/category/item.php index ea98c02..dacabdc 100644 --- a/theme/admin/html/category/item.php +++ b/theme/admin/html/category/item.php @@ -21,7 +21,7 @@ </header> <blockquote cite="<?=$CATEGORY['URL']?>"> <?php if(isset($CATEGORY['FILE']['LIST'][0])): ?> - <img class="item-image" src="<?=$CATEGORY['FILE']['LIST'][0]?>" alt="" /> + <img class="item-image" src="<?=$CATEGORY['FILE']['LIST'][0]?>" alt=""> <?php endif; ?> <p><?=excerpt($CATEGORY['BODY']['HTML']())?></p> </blockquote> |