Just some tiny style fixes

This commit is contained in:
moodler
2005-03-07 11:53:00 +00:00
parent a370c8950e
commit 430c6392a0
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ class upload_manager {
* @return string
*/
function get_errors() {
return '<p style="color:red;">'. $this->notify .'</p>';
return '<p class="notifyproblem">'. $this->notify .'</p>';
}
}