]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Try to make spanning look better :/
authorValerie Pond <redacted>
Fri, 13 Jan 2023 03:09:11 +0000 (03:09 +0000)
committerValerie Pond <redacted>
Fri, 13 Jan 2023 03:09:11 +0000 (03:09 +0000)
misc/user-lookup-misc.php

index 3ce41852d763139b17800c04eebff7c2de3633b1..dab428a4e39aa7fe2994d921f73ecb6c568a11af 100644 (file)
@@ -299,10 +299,10 @@ function generate_html_userchannels($user)
 
     <table class="table table-responsive caption-top table-hover table-striped">
         <thead class="table-info">
-            <th colspan="2">
+            <th>
                 Channel
             </th>
-            <th colspan="2">
+            <th >
                 Status
             </th>
         </thead>
@@ -312,8 +312,8 @@ function generate_html_userchannels($user)
                 {
                     ?>
                     <tr>
-                        <td colspan="2"><?php echo $chan->name; ?></td>
-                        <td colspan="2">
+                        <td><?php echo $chan->name; ?></td>
+                        <td>
                             
                             <?php
                                 for ($i = 0; isset($chan->level[$i]); $i++)