|
|
@@ -1011,7 +1011,7 @@ class OrderClass extends BaseClass
|
|
|
foreach ($respond['product'] as $current) {
|
|
|
$content = self::printGroup($current, $content, $showPrice);
|
|
|
}
|
|
|
- $content .= '--------------------------------<BR>';
|
|
|
+ $content .= '<BR>';
|
|
|
}
|
|
|
|
|
|
if (isset($respond['give']) && !empty($respond['give'])) {
|