aboutsummaryrefslogtreecommitdiffstats
path: root/theme/admin/html/post/item.php
diff options
context:
space:
mode:
Diffstat (limited to 'theme/admin/html/post/item.php')
-rw-r--r--theme/admin/html/post/item.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/admin/html/post/item.php b/theme/admin/html/post/item.php
index e4b2bec..14f2813 100644
--- a/theme/admin/html/post/item.php
+++ b/theme/admin/html/post/item.php
@@ -23,7 +23,7 @@
</header>
<blockquote cite="<?=$POST['URL']?>">
<?php if(isset($POST['FILE']['LIST'][0])): ?>
- <img class="item-image" src="<?=$POST['FILE']['LIST'][0]?>" alt="" />
+ <img class="item-image" src="<?=$POST['FILE']['LIST'][0]?>" alt="">
<?php endif; ?>
<p><?=excerpt($POST['BODY']['HTML']())?></p>
</blockquote>