adding Camino to the list of browsers that display line breaks in the title attribute

git-svn-id: http://svn.automattic.com/wordpress/trunk@360 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
alex_t_king 2003-09-08 06:02:41 +00:00
parent 0be02b3eca
commit 890ebe2283

View File

@ -216,7 +216,8 @@ if ($ak_use_tooltip_titles == 1) {
$ak_day_title_array[] = $ak_temp;
}
}
if (strstr($HTTP_SERVER_VARS["HTTP_USER_AGENT"], "MSIE")) {
if (strstr($_SERVER["HTTP_USER_AGENT"], "MSIE") ||
strstr(strtolower($_SERVER["HTTP_USER_AGENT"]), "camino")) {
$ak_title_separator = "\n";
$ak_trim = 1;
}