Revision: 6436
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6436&view=rev
Author:   dotzball
Date:     2012-02-29 17:46:07 +0000 (Wed, 29 Feb 2012)
Log Message:
-----------
Closing </textarea> must always be printed at linestart otherwise the indention 
shows up in the textarea-box when page is displayed.

Modified Paths:
--------------
    ipcop/trunk/html/cgi-bin/urlfilter.cgi

Modified: ipcop/trunk/html/cgi-bin/urlfilter.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/urlfilter.cgi      2012-02-29 17:06:31 UTC (rev 
6435)
+++ ipcop/trunk/html/cgi-bin/urlfilter.cgi      2012-02-29 17:46:07 UTC (rev 
6436)
@@ -1294,7 +1294,7 @@
     }
 
     print <<END
-    </textarea></td>
+</textarea></td>
     <td colspan='2'><textarea name='CUSTOM_BLACK_URLS' cols='32' rows='6' 
wrap='off'>
 END
     ;
@@ -1330,7 +1330,7 @@
     }
 
     print <<END
-    </textarea></td>
+</textarea></td>
     <td colspan='2'><textarea name='CUSTOM_WHITE_URLS' cols='32' rows='6' 
wrap='off'>
 END
     ;
@@ -1340,7 +1340,7 @@
     }
 
     print <<END
-    </textarea></td>
+</textarea></td>
 </tr><tr>
     <td colspan='4' class='base'><hr /></td>
 </tr><tr>
@@ -1365,7 +1365,7 @@
     }
 
     print <<END
-    </textarea></td>
+</textarea></td>
 </tr><tr>
     <td colspan='4' class='base'><hr /></td>
 </tr><tr>
@@ -1410,7 +1410,7 @@
     }
 
     print <<END
-    </textarea></td>
+</textarea></td>
     <td colspan='2'><textarea name='BANNED_CLIENTS' cols='32' rows='6' 
wrap='off'>
 END
     ;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to