r5131: *** empty log message ***
authorKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 15 Jun 2003 19:01:02 +0000 (19:01 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Sun, 15 Jun 2003 19:01:02 +0000 (19:01 +0000)
web-utils.lisp

index 1473a1d9f10373b446fa6118bc847e0c18b20b92..ab765d608920776fd000bd21ebc25742387b0d86 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: web-utils.lisp,v 1.13 2003/06/15 07:48:30 kevin Exp $
+;;;; $Id: web-utils.lisp,v 1.14 2003/06/15 19:01:01 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -36,6 +36,7 @@
   "Takes a user-agent string and returns T for Internet Explorer."
   (or (string-starts-with "Microsoft" agent)
       (string-starts-with "Internet Explore" agent)
+      (search "Safari" agent)
       (search "MSIE" agent)))
 
 ;;; URL Functions