diff --git a/shop/ordermail1.inc.php b/shop/ordermail1.inc.php
index b68098780..87f92e62b 100644
--- a/shop/ordermail1.inc.php
+++ b/shop/ordermail1.inc.php
@@ -40,10 +40,12 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
$result2 = sql_query($sql2);
$options = '';
+ $options_ul = ' style="margin:0;padding:0"'; // ul style
+ $options_li = ' style="padding:5px 0;list-style:none"'; // li style
for($k=0; $row2=sql_fetch_array($result2); $k++) {
if($k == 0)
- $options .= '
'.PHP_EOL;
- $options .= '- '.$row2['ct_option'].' '.$row2['ct_qty'].'개
'.PHP_EOL;
+ $options .= ''.PHP_EOL;
+ $options .= '- '.$row2['ct_option'].' '.$row2['ct_qty'].'개
'.PHP_EOL;
}
if($k > 0)
diff --git a/shop/ordermail2.inc.php b/shop/ordermail2.inc.php
index 9e33bd04a..01333f04a 100644
--- a/shop/ordermail2.inc.php
+++ b/shop/ordermail2.inc.php
@@ -54,10 +54,12 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
$result2 = sql_query($sql2);
$options = '';
+ $options_ul = ' style="margin:0;padding:0"'; // ul style
+ $options_li = ' style="padding:5px 0;list-style:none"'; // li style
for($k=0; $row2=sql_fetch_array($result2); $k++) {
if($k == 0)
- $options .= ''.PHP_EOL;
- $options .= '- '.$row2['ct_option'].' '.$row2['ct_qty'].'개
'.PHP_EOL;
+ $options .= ''.PHP_EOL;
+ $options .= '- '.$row2['ct_option'].' '.$row2['ct_qty'].'개
'.PHP_EOL;
}
if($k > 0)