]> git.wh0rd.org - tt-rss.git/commitdiff
properly close img tag
authorAndrew Dolgov <fox@madoka.spb.ru>
Fri, 5 Dec 2008 06:45:36 +0000 (07:45 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Fri, 5 Dec 2008 06:45:36 +0000 (07:45 +0100)
tt-rss.php

index 81925f87992e44c96a72a6939631056dce2247ec..b410f70f5d3b6fd069f7e5abd9212d477c53a680 100644 (file)
@@ -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>