diff options
author | Devaev Maxim <[email protected]> | 2018-11-24 04:55:33 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-24 04:55:33 +0300 |
commit | d060125cd3a146b9817aec4cbc8705da91cf5139 (patch) | |
tree | 63afecafdfec9b4325fff93c5746b48fe42cf537 /web/kvm/index.html | |
parent | 6c9372a8ff34ca3d6f3edcea4da6404422dcfadf (diff) |
using div.code instead of custom textarea
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index e67654a6..0e84e52f 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -573,7 +573,9 @@ </tr> </table> <hr> - <textarea readonly placeholder="No data" id="about-meta"></textarea> + <div id="about-meta" class="code"> + <span class="code-comment">No data</span> + </div> <hr> <p class="text"> Full documentation, source code, hardware schematics and legal information |