diff options
author | Devaev Maxim <[email protected]> | 2018-11-12 06:42:40 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-11-12 06:42:40 +0300 |
commit | f540114abe120e8910541b5114ef6bb96c313e8d (patch) | |
tree | 537d9cad9d63ec0791bf4aa8b52a293c0edb346e /web | |
parent | 7795b766446fdb5e325e5c9292f4af5fcf1436c1 (diff) |
fixed about colspan
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/index.html b/web/index.html index e3238b81..16d6d97e 100644 --- a/web/index.html +++ b/web/index.html @@ -554,10 +554,10 @@ <td valign="top"> <table> <tr> - <td class="title">Open Source & Open Hardware IP-KVM</td> + <td colspan="2" class="title">Open Source & Open Hardware IP-KVM</td> </tr> <tr> - <td class="copyright">Copyright © 2018 Pi-KVM Developers Team</td> + <td colspan="2" class="copyright">Copyright © 2018 Pi-KVM Developers Team</td> </tr> <tr> <td><br></td> |