added missing bracket on <span>
This commit is contained in:
parent
a7ac80e785
commit
7659ae6384
|
@ -38,7 +38,7 @@
|
||||||
<dd><span contenteditable="true" class="spl_text_input spl_main_fade_in">00</span></dd>
|
<dd><span contenteditable="true" class="spl_text_input spl_main_fade_in">00</span></dd>
|
||||||
<dd class="edit-error"></dd>
|
<dd class="edit-error"></dd>
|
||||||
<dt>Fade out (s):</dt>
|
<dt>Fade out (s):</dt>
|
||||||
<dd><span contenteditable="true" class="spl_text_input spl_main_fade_out">00/span></dd>
|
<dd><span contenteditable="true" class="spl_text_input spl_main_fade_out">00</span></dd>
|
||||||
<dd class="edit-error"></dd>
|
<dd class="edit-error"></dd>
|
||||||
</dl>
|
</dl>
|
||||||
</div>
|
</div>
|
||||||
|
@ -52,4 +52,4 @@
|
||||||
|
|
||||||
<?php else : ?>
|
<?php else : ?>
|
||||||
<div>No open playlist</div>
|
<div>No open playlist</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
Loading…
Reference in New Issue