Fix a bug with user pages displaying incorrectly in chrome

This commit is contained in:
knotteye
2019-12-04 18:48:02 -06:00
parent 11eee2ab89
commit 661d953919
3 changed files with 9 additions and 9 deletions

View File

@ -71,7 +71,7 @@
</head>
<body>
<div id="wrapper">
<ul id="messages"></ul><li>&nbsp;</li><li>&nbsp;</li>
<ul id="messages"></ul><li style="list-style-type: none; margin: 0; padding: 5px 10px;">&nbsp;</li><li style="list-style-type: none; margin: 0; padding: 5px 10px;">&nbsp;</li>
</div>
<form id="f" action="" onSubmit="send(); return false">
<input id="m" autocomplete="off" /><button><img src="/send.png" alt="send" width="15px" style="display: inline-block;"></img></button>