"Fix" trailing whitespace in /settings' textareas.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1856 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-03-30 10:17:56 +00:00
parent b22c63c6c4
commit 555be2b724
+4 -4
View File
@@ -95,8 +95,8 @@
<td>
<textarea name="motd" cols="10" rows="5"><? LOOP MOTDLoop ?><? VAR Line ?>
<? ENDLOOP ?>
</textarea>
<? ENDLOOP ?>
</textarea>
</td>
</tr>
@@ -107,8 +107,8 @@
<td>
<textarea name="vhosts" cols="10" rows="5"><? LOOP VHostLoop ?><? VAR VHost ?>
<? ENDLOOP ?>
</textarea>
<? ENDLOOP ?>
</textarea>
</td>
</tr>
</tbody>