[Pyukiwiki-cvs 0010565] CVS update: PyukiWiki-Devel/lib

アーカイブの一覧に戻る

PyukiWiki CVS Commit pyuki****@lists*****
2012年 4月 9日 (月) 00:02:54 JST


Index: PyukiWiki-Devel/lib/ogp.inc.pl
diff -u PyukiWiki-Devel/lib/ogp.inc.pl:1.3 PyukiWiki-Devel/lib/ogp.inc.pl:1.4
--- PyukiWiki-Devel/lib/ogp.inc.pl:1.3	Mon Apr  9 00:01:25 2012
+++ PyukiWiki-Devel/lib/ogp.inc.pl	Mon Apr  9 00:02:54 2012
@@ -1,6 +1,6 @@
 ######################################################################
 # ogp.inc.pl - This is PyukiWiki, yet another Wiki clone.
-# $Id: ogp.inc.pl,v 1.3 2012/04/08 15:01:25 papu Exp $
+# $Id: ogp.inc.pl,v 1.4 2012/04/08 15:02:54 papu Exp $
 #
 # "PyukiWiki" ver 0.2.0-p3-dev4 $$
 # Author: Nanami http://nanakochi.daiba.cx/
@@ -223,9 +223,10 @@
 		$ogp::meta{"image:width"}=$::logo_width;
 		$ogp::meta{"image:height"}=$::logo_height;
 	}
+
 	&exec_explugin_sub("antispam");
 	if($::AntiSpam eq "" && $ogp::meta{email} eq "") {
-		$ogp::meta{email=$::modifier_mail
+		$ogp::meta{email}=$::modifier_mail
 			if($::modifier_mail ne "");
 	}
 



Pyukiwiki-cvs メーリングリストの案内
アーカイブの一覧に戻る