properly close img tag

This commit is contained in:
Andrew Dolgov 2008-12-05 07:45:36 +01:00
parent a4724aa3f5
commit 3286e486b9
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ window.onload = init;
title="<?php echo __('Drag me to resize panels') ?>"> title="<?php echo __('Drag me to resize panels') ?>">
<img src="images/resize_handle_horiz.png" id="resize-handle" <img src="images/resize_handle_horiz.png" id="resize-handle"
onmouseover="enable_resize(true)" onmouseout="enable_resize(false)" onmouseover="enable_resize(true)" onmouseout="enable_resize(false)"
alt=""> alt=""/>
</div> </div>
<div id="content-insert">&nbsp;</div> <div id="content-insert">&nbsp;</div>
<!-- <div class="whiteBox">&nbsp;</div> --> </div> <!-- <div class="whiteBox">&nbsp;</div> --> </div>