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