From 77437a932e33ec42bde21a59797fc41e549997d7 Mon Sep 17 00:00:00 2001 From: Arkerthan <arkerthan@gmail.com> Date: Sun, 14 Jun 2020 22:38:51 +0200 Subject: [PATCH] sanity fixes --- devTools/javaSanityCheck/excluded | 1 + devTools/javaSanityCheck/htmlTags | 1 + src/gui/options/options.tw | 2 +- src/uncategorized/clubReport.tw | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/devTools/javaSanityCheck/excluded b/devTools/javaSanityCheck/excluded index 58f7edccba9..6eeea37b1bf 100644 --- a/devTools/javaSanityCheck/excluded +++ b/devTools/javaSanityCheck/excluded @@ -15,3 +15,4 @@ src/SecExp/js/secExp.js;O src/js/economyJS.js;S src/npc/assistant/assistant.js;O src/data/backwardsCompatibility/backwardsCompatibility.js;O +src/data/backwardsCompatibility/datatypeCleanup.js;S diff --git a/devTools/javaSanityCheck/htmlTags b/devTools/javaSanityCheck/htmlTags index f47666e085a..e999ad1f504 100644 --- a/devTools/javaSanityCheck/htmlTags +++ b/devTools/javaSanityCheck/htmlTags @@ -18,6 +18,7 @@ br;0 button;1 caption;1 center;1 +code;1 dd;1 div;1 dl;1 diff --git a/src/gui/options/options.tw b/src/gui/options/options.tw index 0e9795e5680..46bd823470b 100644 --- a/src/gui/options/options.tw +++ b/src/gui/options/options.tw @@ -32,7 +32,7 @@ <div> This save was created using FC version $ver build $releaseID. You are currently playing version: <<= App.Version.base>>, mod version: <<= App.Version.pmod>>, build: <<= App.Version.release>><<if App.Version.commitHash>>, commit: <<= App.Version.commitHash>><</if>> -<div> +</div> <div class="indent"> [[Apply Backwards Compatibility Update|Backwards Compatibility]] <<if $secExpEnabled == 1>> diff --git a/src/uncategorized/clubReport.tw b/src/uncategorized/clubReport.tw index 930a6c113e0..c3537777ab0 100644 --- a/src/uncategorized/clubReport.tw +++ b/src/uncategorized/clubReport.tw @@ -1,6 +1,6 @@ :: Club Report [nobr] -<span id="clubstats" /> +<span id="clubstats"></span> <<set _slaves = App.Utils.sortedEmployees(App.Entity.facilities.club)>> <<set _DL = _slaves.length, _SL = $slaves.length, $clubBonuses = 0, $legendaryEntertainerID = 0, _FLsFetish = 0>> -- GitLab