Index: /temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php
===================================================================
--- /temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 10978)
+++ /temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php	(revision 10979)
@@ -175,12 +175,12 @@
 	global $objQuery;
 	
-	$create_tag .= "<select name=\"classcategory_id1_$product_id\" style=\"\" onchange=\"lnSetSelect('classcategory_id1_$product_id');\">";
-	$create_tag .= "<option value=\"\">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option>";
+	$create_tag .= "<select name=\"classcategory_id1_$product_id\" style=\"\" onchange=\"lnSetSelect('classcategory_id1_$product_id');\">\n";
+	$create_tag .= "<option value=\"\">ÁªÂò¤·¤Æ¤¯¤À¤µ¤¤</option>\n";
 	foreach($arrProductClass as $arrVal) {
 		$classcategory_name = $objQuery->get("dtb_classcategory", "name", "classcategory_id = ?", array($arrVal['classcategory_id1']));
 		$create_tag .= "<option label=\"$classcategory_name\" value=\"" . $arrVal['classcategory_id1'] . "\">" . $classcategory_name . "</option>\n";
 	}
-	$create_tag .= "</select>";
-	$create_tag .= "<a href=\"#\" onclick=\"fnFormModeSubmit('form1', 'cart', 'product_id', 404)\"><img src=\"images/top/button_03.jpg\" alt=\"¹ØÆþ¤¹¤ë\" width=\"138\" height=\"60\" border=\"0\" style=\"margin-left:10px;\" /></a>";
+	$create_tag .= "</select>\n";
+	$create_tag .= "<a href=\"#\" onclick=\"fnFormModeSubmit('form1', 'cart', 'product_id', 404)\"><img src=\"images/top/button_03.jpg\" alt=\"¹ØÆþ¤¹¤ë\" width=\"138\" height=\"60\" border=\"0\" style=\"margin-left:10px;\" /></a>\n";
 
 	return $create_tag;	
