From 19e81935b0cde6109f0bec6a1a4d6d0c5a8446ce Mon Sep 17 00:00:00 2001 From: harukin Date: Fri, 23 Nov 2018 17:35:24 +0900 Subject: [PATCH] --- view/theme/plusfuture/php/style.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/plusfuture/php/style.php b/view/theme/plusfuture/php/style.php index 1d39d69..e278aad 100644 --- a/view/theme/plusfuture/php/style.php +++ b/view/theme/plusfuture/php/style.php @@ -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);