Fix XML errors on network page in webadmin.

Thanks to thread for reporting it.
This commit is contained in:
Alexey Sokolov
2012-04-13 02:49:18 +07:00
parent 33889c97e6
commit 87a79f83d9
3 changed files with 28 additions and 10 deletions
@@ -207,8 +207,7 @@
<div class="subsection third">
<div class="inputlabel">Buffer Size:</div>
<input type="number" name="bufsize" value="<? VAR BufferCount ?>" min="0"
title="This is the amount of lines that the playback buffer will store before dropping off the oldest line.
The buffers are stored in the memory by default." />
title="This is the amount of lines that the playback buffer will store before dropping off the oldest line. The buffers are stored in the memory by default." />
<br /><span class="info">Empty = use standard value</span>
</div>
</div>