lost a </div> in input_forms

This commit is contained in:
Evan Prodromou 2011-03-07 15:06:21 -05:00
parent 4c0a746831
commit b7a8863b27
1 changed files with 2 additions and 0 deletions

View File

@ -635,6 +635,8 @@ class Action extends HTMLOutputter // lawsuit
$this->elementEnd('div');
}
}
$this->elementEnd('div');
}
/**