1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 14:35:55 +00:00

properly close img tag

This commit is contained in:
Andrew Dolgov
2008-12-05 07:45:36 +01:00
parent a4724aa3f5
commit 3286e486b9

View 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>