CS fixes, mostly indentation

pull/19/merge
Aleksander Machniak 12 years ago
parent fa903a6f58
commit 31541824ab

@ -154,7 +154,7 @@ class html
$attr = array('src' => $attr);
}
return self::tag('img', $attr + array('alt' => ''), null, array_merge(self::$common_attrib,
array('src','alt','width','height','border','usemap','onclick')));
array('src','alt','width','height','border','usemap','onclick')));
}
/**

File diff suppressed because it is too large Load Diff

@ -20,8 +20,6 @@
*/
/**
* rcube_browser
*
* Provide details about the client's browser based on the User-Agent header
*
* @package Core

Loading…
Cancel
Save