[Pyukiwiki-cvs 0012244] CVS update: PyukiWiki-Devel/plugin

Back to archive index

PyukiWiki CVS Commit pyuki****@lists*****
2012年 7月 16日 (月) 16:02:27 JST


Index: PyukiWiki-Devel/plugin/bookmark.inc.pl
diff -u PyukiWiki-Devel/plugin/bookmark.inc.pl:1.365 PyukiWiki-Devel/plugin/bookmark.inc.pl:1.366
--- PyukiWiki-Devel/plugin/bookmark.inc.pl:1.365	Mon Jul 16 15:25:14 2012
+++ PyukiWiki-Devel/plugin/bookmark.inc.pl	Mon Jul 16 16:02:26 2012
@@ -1,6 +1,6 @@
 ######################################################################
 # bookmark.inc.pl - This is PyukiWiki, yet another Wiki clone.
-# $Id: bookmark.inc.pl,v 1.365 2012/07/16 06:25:14 papu Exp $
+# $Id: bookmark.inc.pl,v 1.366 2012/07/16 07:02:26 papu Exp $
 #
 # "bookmark" ver 2.0 $$
 # Author: Nanami http://nanakochi.daiba.cx/
@@ -42,7 +42,7 @@
 #	my $body;
 
 	my $agent=$ENV{HTTP_USER_AGENT};
-#	return ' 'unless($agent=~/MSIE/ && $agent!~/Opera/ || $agent=~/FireFox/);
+	return ' 'unless($agent=~/MSIE/ || $agent=~/Opera/ || $agent=~/Fire[Ff]ox/);
 
 	my $iever;
 	if($agent=~/MSIE\s(.*?);/) {



Pyukiwiki-cvs メーリングリストの案内
Back to archive index