diff options
| author | sD <stoned@derpymail.org> | 2020-03-20 20:01:34 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-03-20 20:01:34 +0100 |
| commit | 04fa5001bce53b8011b7c5ba4f0275908eb0b08e (patch) | |
| tree | 8973636b1f4a1dbab1566399e8cdd14b15042557 /webAO | |
| parent | 8d64e9a4a0cb2f6cabbab775ac73980730e7e387 (diff) | |
+ and - were swapped
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/client.html b/webAO/client.html index bbba949..22e0ff4 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -139,11 +139,11 @@ </span> <span style="display:inline-block; vertical-align: middle;"> <span id="menu_ahpp" onclick="addHPP()" class="healthchange_button"> - ⊟ + ⊞ </span> <span style="font-size: 1.25em">Prosecution</span> <span id="menu_rhpp" onclick="redHPP()" class="healthchange_button"> - ⊞ + ⊟ </span> </span> </span> |
