diff options
| author | sD <stoned@derpymail.org> | 2020-02-13 10:43:48 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-13 10:43:48 +0100 |
| commit | 16534dca669494efdf657f15d7d4a39373629b7d (patch) | |
| tree | 12e099d287ded113d151120bb553ccaa4ed817b7 /webAO/client.html | |
| parent | 02df4d38a588b1f3447a6264f04746489dc718e5 (diff) | |
htmlencode the arrows
Diffstat (limited to 'webAO/client.html')
| -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 7002f9b..aa61139 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -300,7 +300,7 @@ </select> <br> <br> - <span style="color:red">Only touch these settings if you know what you are doing.</span> + <span style="color:red">↓ Only touch these settings if you know what you are doing. ↓</span> <br> <br> <label for="client_encoding">Client side chat encoding:</label> @@ -349,7 +349,7 @@ <template id="log"> <meta name="frame-title" lang="en" content="Log"> <div id="client_log"> - <div class="hrtext">↓ log starts here ↓</div> + <div class="hrtext">↓ log starts here ↓</div> </div> </template> |
