Index: temp/trunk/html/shopping/complete.php
===================================================================
--- temp/trunk/html/shopping/complete.php	(revision 8344)
+++ temp/trunk/html/shopping/complete.php	(revision 8345)
@@ -69,5 +69,5 @@
 			// URL¤Î¾ì¹ç¤Ë¤Ï¥ê¥ó¥¯¤Ä¤­¤ÇÉ½¼¨¤µ¤»¤ë
 			if (preg_match('/^(https?|ftp)(:\/\/[-_.!~*\'()a-zA-Z0-9;\/?:\@&=+\$,%#]+)$/', $val["value"])) {
-				$arrOther[$key]["value"] = "<a href='#' onClick=\"window.open('". $val . "'); \" >" . $val ."</a>";
+				$arrOther[$key]["value"] = "<a href='#' onClick=\"window.open('". $val["value"] . "'); \" >" . $val["value"] ."</a>";
 			}
 		}
