]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
lost a </div> in input_forms
authorEvan Prodromou <evan@status.net>
Mon, 7 Mar 2011 20:06:21 +0000 (15:06 -0500)
committerEvan Prodromou <evan@status.net>
Mon, 7 Mar 2011 20:06:21 +0000 (15:06 -0500)
lib/action.php

index e7c55ef10cdbbf762089f76940bd0bfb319a64fe..28b0fdbacfb6bfcd5c2b0c2e1e87cb09bf1538d1 100644 (file)
@@ -635,6 +635,8 @@ class Action extends HTMLOutputter // lawsuit
                 $this->elementEnd('div');
             }
         }
+
+        $this->elementEnd('div');
     }
 
     /**