Removed stray character in martialManeuver04.

This commit is contained in:
Villain1nGlasses
2024-08-09 00:33:05 -06:00
parent c4a6c299a4
commit 5a3398491b
+4 -4
View File
@@ -3266,7 +3266,7 @@
</div>
<div class="item-maneuver-block-stats-row-empty">
<h1>&#8205;</h1>
</div>>
</div>
</div>
<div class="item-maneuver-block-stats-contest04">
@@ -12436,7 +12436,7 @@
<div class="item-version-information">
<!-- Update version before release. -->
<input type="text" value="3.16" name="attr_version" title="@{version}" readonly tabindex="-1"/>
<input type="text" value="3.17" name="attr_version" title="@{version}" readonly tabindex="-1"/>
</div>
</div>
@@ -13198,9 +13198,9 @@
version = 3.05;
}
if (version < 3.16) {
if (version < 3.17) {
// No updates needed.
version = 3.16;
version = 3.17;
}
if (version != origVersion) {