properly close img tag
This commit is contained in:
parent
a4724aa3f5
commit
3286e486b9
1 changed files with 1 additions and 1 deletions
|
@ -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"> </div>
|
||||
<!-- <div class="whiteBox"> </div> --> </div>
|
||||
|
|
Loading…
Reference in a new issue