diff options
| author | sD <stoned@derpymail.org> | 2020-04-11 16:15:55 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-11 16:15:55 +0200 |
| commit | 5b114b21f805b3e1246f70402924a98b90181685 (patch) | |
| tree | 4f30424a0d4776456a04f6761ce70a67033e9f22 /webAO/client.html | |
| parent | 40b05d6a8d49aa31379d4f9ad1426d54ce0d8062 (diff) | |
give the name tag an inner p
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/webAO/client.html b/webAO/client.html index c1ebdca..c56a1d2 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -77,7 +77,9 @@ <img id="client_evi" src="" alt="Character Evidence" onerror="imgError(this);"> <img id="client_shout" alt="Shout overlay" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII="> <div id="client_chatcontainer"> - <div id="client_name"></div> + <div id="client_name"> + <p id="client_inner_name"></p> + </div> <div id="client_chat"> <p id="client_inner_chat"></p> <div id="client_chatwaiting">▶</div> |
