fix: 세력도시 style 문법 오류

This commit is contained in:
2022-03-23 23:15:11 +09:00
parent 5d2d4f4c64
commit 96afb4bbc7
+1 -1
View File
@@ -211,7 +211,7 @@ $sel = [$type => "selected"];
?> ?>
<table align=center width=1000 class='tb_layout bg2'> <table align=center width=1000 class='tb_layout bg2'>
<tr> <tr>
<td colspan=10 style="color:<?= newColor($nation['color']) ?>; bgcolor=<?= $nation['color'] ?>;"> <td colspan=10 style="color:<?= newColor($nation['color']) ?>; bgcolor:<?= $nation['color'] ?>;">
<font size=2>【 <?= CityConst::$regionMap[$city['region']] ?> | <?= CityConst::$levelMap[$city['level']] ?> 】 <?= $city['name'] ?></font> <font size=2>【 <?= CityConst::$regionMap[$city['region']] ?> | <?= CityConst::$levelMap[$city['level']] ?> 】 <?= $city['name'] ?></font>
</td> </td>
</tr> </tr>