summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2008-12-05 07:45:36 +0100
committerAndrew Dolgov <[email protected]>2008-12-05 07:45:36 +0100
commit3286e486b9b8477909178a6982b880706e61bc72 (patch)
tree3860bfecfa2f69a91bd81570862d381bbb1f0cb8 /tt-rss.php
parenta4724aa3f5faba200748a07a983c78220db61d35 (diff)
properly close img tag
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 81925f879..b410f70f5 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -253,7 +253,7 @@ window.onload = init;
title="<?php echo __('Drag me to resize panels') ?>">
<img src="images/resize_handle_horiz.png" id="resize-handle"
onmouseover="enable_resize(true)" onmouseout="enable_resize(false)"
- alt="">
+ alt=""/>
</div>
<div id="content-insert">&nbsp;</div>
<!-- <div class="whiteBox">&nbsp;</div> --> </div>