Skip to content
Snippets Groups Projects
Commit 4e7cc17e authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix div tags

parent bd257687
Branches
Tags
1 merge request!5063Fix div tags in options
...@@ -160,13 +160,11 @@ This save was created using FC version $ver build $releaseID. ...@@ -160,13 +160,11 @@ This save was created using FC version $ver build $releaseID.
<<option -1 "Below">> <<option -1 "Below">>
<</options>> <</options>>
<div class="subHeading">
<<options $newModelUI>> <<options $newModelUI>>
New Model UI New Model UI
<<option 1 "Enabled">> <<option 1 "Enabled">>
<<option 0 "Disabled">> <<option 0 "Disabled">>
<</options>> <</options>>
</div>
<<options $seeArcology>> <<options $seeArcology>>
Main menu arcology description Main menu arcology description
...@@ -223,7 +221,6 @@ This save was created using FC version $ver build $releaseID. ...@@ -223,7 +221,6 @@ This save was created using FC version $ver build $releaseID.
''Sidebar'' ''Sidebar''
</div> </div>
<div class="subHeading">
<<if ndef $sideBarOptions.compact>> <<set $sideBarOptions.compact = 1>> <</if>> <<if ndef $sideBarOptions.compact>> <<set $sideBarOptions.compact = 1>> <</if>>
<<options $sideBarOptions.compact>> <<options $sideBarOptions.compact>>
The side bar is very compact: The side bar is very compact:
...@@ -232,7 +229,6 @@ This save was created using FC version $ver build $releaseID. ...@@ -232,7 +229,6 @@ This save was created using FC version $ver build $releaseID.
<<comment>> <<comment>>
Disabling this will move the sidebar 'Manage Arcology' links onto the Main menu, while keeping the passage visible. Disabling this will move the sidebar 'Manage Arcology' links onto the Main menu, while keeping the passage visible.
<</options>> <</options>>
</div>
<<options $sideBarOptions.Cash>> <<options $sideBarOptions.Cash>>
Cash is Cash is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment