Remove too many spaces from webadmin title="" attributes.

This commit is contained in:
Alexey Sokolov
2012-07-22 21:26:27 +07:00
parent 03b5d815ee
commit e5af3848d8
2 changed files with 2 additions and 6 deletions

View File

@@ -109,10 +109,7 @@
<div class="subsection half">
<div class="inputlabel">Connect Delay:</div>
<input type="text" name="connectdelay" value="<? VAR ConnectDelay ?>"
title="The time every connection will be delayed, in seconds.
Some servers refuse your connection if you reconnect too fast.
This affects the connection between ZNC and the IRC server;
not the connection between your IRC client and ZNC. "/>
title="The time every connection will be delayed, in seconds. Some servers refuse your connection if you reconnect too fast. This affects the connection between ZNC and the IRC server; not the connection between your IRC client and ZNC. "/>
</div>