@@ -108,6 +108,8 @@ class Buy extends Base
$info['buy_notices'] = $buy['buy_notices'];
}
+
+ $info['buy_notices'] = str_replace("\n", '<br />', $info['buy_notices']);
return $info;