aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-03-01 03:06:52 +0100
committersD <stoned@derpymail.org>2020-03-01 03:06:52 +0100
commit6ba236f40de57076c8ad8ebe4db60c1ee106ff7d (patch)
tree1773330aab404d01f0fbe480313d86813251b1a3
parent53109798db90f1066b32d0b8d411588ef5965520 (diff)
htmlencode plusminus
-rw-r--r--webAO/client.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/webAO/client.html b/webAO/client.html
index c817e2f..c8f702d 100644
--- a/webAO/client.html
+++ b/webAO/client.html
@@ -120,20 +120,20 @@
<br>
<span style="display:inline-block; vertical-align: middle;">
<span id="menu_rhpd" onclick="redHPD()" class="healthchange_button">
- ⊟
+ &#8863;
</span>
<span style="font-size: 1.25em">Defense</span>
<span id="menu_ahpd" onclick="addHPD()" class="healthchange_button">
- ⊞
+ &#8862;
</span>
</span>
<span style="display:inline-block; vertical-align: middle;">
<span id="menu_ahpp" onclick="addHPP()" class="healthchange_button">
- ⊞
+ &#8863;
</span>
<span style="font-size: 1.25em">Prosecution</span>
<span id="menu_rhpp" onclick="redHPP()" class="healthchange_button">
- ⊟
+ &#8862;
</span>
</span>
</span>