summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2017-10-25 17:07:02 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2017-10-25 17:07:02 +0200 |
commit | 8567e5ababbc058eb5de5cb16e389ccc10a2db5a (patch) | |
tree | 24482c4e8de0a17755cb4bfa861970b59e96db99 /src | |
parent | d691394f889ab4d6b37f984e7888f4493f5bb170 (diff) |
Quick CSS class name fix.
Diffstat (limited to 'src')
-rw-r--r-- | src/battlemap/src/View/Footer/TabMenu/Status.elm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/battlemap/src/View/Footer/TabMenu/Status.elm b/src/battlemap/src/View/Footer/TabMenu/Status.elm index a908521..dc8245c 100644 --- a/src/battlemap/src/View/Footer/TabMenu/Status.elm +++ b/src/battlemap/src/View/Footer/TabMenu/Status.elm @@ -74,7 +74,8 @@ get_tile_info_html model loc = (Html.Attributes.class ( "asset-tile-" - ++ (toString (Battlemap.Tile.get_icon_id tile)) + ++ + (Battlemap.Tile.get_icon_id tile) ) ) ] |