Just some tiny style fixes
This commit is contained in:
+1
-1
@@ -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>';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user