This commit is contained in:
harukin 2018-11-23 17:35:24 +09:00
parent 8012dd3914
commit 19e81935b0

View File

@ -103,7 +103,7 @@ if (! $shadow)
$shadow = '0';
if (! $converse_width)
$converse_width = '';
$converse_widthn = $converse_width . "px";
$converse_widthn = "$converse_width" . "px";
if (! $converse_widths)
$hoge = intval($converse_width);
$converse_widths = ($hoge * 2);