properly close img tag
This commit is contained in:
parent
a4724aa3f5
commit
3286e486b9
|
@ -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"> </div>
|
<div id="content-insert"> </div>
|
||||||
<!-- <div class="whiteBox"> </div> --> </div>
|
<!-- <div class="whiteBox"> </div> --> </div>
|
||||||
|
|
Loading…
Reference in New Issue