From 007654d05b7b0c1efbf214d967c1ee658e9e7cb1 Mon Sep 17 00:00:00 2001 From: Alex King Date: Mon, 8 Sep 2003 06:02:41 +0000 Subject: [PATCH] adding Camino to the list of browsers that display line breaks in the title attribute git-svn-id: https://develop.svn.wordpress.org/trunk@360 602fd350-edb4-49c9-b593-d223f7449a82 --- b2calendar.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/b2calendar.php b/b2calendar.php index b1ce6d9a35..173f3bfc26 100644 --- a/b2calendar.php +++ b/b2calendar.php @@ -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; }