Author: acoburn
Date: Wed Sep  5 18:58:53 2012
New Revision: 1381297

URL: http://svn.apache.org/viewvc?rev=1381297&view=rev
Log:
VCL-610

Fixed one more minor HTML error -- closing a DIV tag.


Modified:
    vcl/trunk/web/.ht-inc/userpreferences.php

Modified: vcl/trunk/web/.ht-inc/userpreferences.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/userpreferences.php?rev=1381297&r1=1381296&r2=1381297&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/userpreferences.php (original)
+++ vcl/trunk/web/.ht-inc/userpreferences.php Wed Sep  5 18:58:53 2012
@@ -395,6 +395,7 @@ function confirmUserPrefs($type) {
        print "    </TD>\n";
        print "  </TR>\n";
        print "</table>\n";
+    print "</DIV>\n";
 }
 
 
////////////////////////////////////////////////////////////////////////////////


Reply via email to