diff --git a/twe/css/common.css b/twe/css/common.css new file mode 100644 index 00000000..03bb3631 --- /dev/null +++ b/twe/css/common.css @@ -0,0 +1 @@ +@charset "UTF-8"; \ No newline at end of file diff --git a/twe/css/main.css b/twe/css/main.css new file mode 100644 index 00000000..03bb3631 --- /dev/null +++ b/twe/css/main.css @@ -0,0 +1 @@ +@charset "UTF-8"; \ No newline at end of file diff --git a/twe/func_legacy.php b/twe/func_legacy.php index 29c9891d..568dc037 100644 --- a/twe/func_legacy.php +++ b/twe/func_legacy.php @@ -46,8 +46,8 @@ function bar($per, $skin=1, $h=7) { $per = round($per, 1); if($per < 1 || $per > 99) { $per = round($per); } - $str1 = " "; - $str2 = " "; + $str1 = ""; + $str2 = ""; if($per <= 0) { $str1 = ""; } elseif($per >= 100) { $str2 = ""; } if($skin == 0) { diff --git a/twe/main.php b/twe/main.php index f11ed29c..4b60f6fc 100644 --- a/twe/main.php +++ b/twe/main.php @@ -57,10 +57,13 @@ $scenario = getScenario(); 메인 - + type=text/css> + + +