Added clearfix to .buttons class

This commit is contained in:
Patrick Malley
2010-04-19 10:47:49 +00:00
parent 0be986ded0
commit e08fbd1940
+1 -1
View File
@@ -455,7 +455,7 @@ if ($currentuser and $userauth->can_change_password() and !isguestuser() and has
}
// Print other functions
echo '<div class="buttons">';
echo '<div class="buttons clearfix">';
if ($passwordchangeurl) {
$params = array('id'=>$course->id);