Przeglądaj źródła

More removal of <br>s

Morten Brix Pedersen 22 lat temu
rodzic
commit
90eb2bc6a8
1 zmienionych plików z 4 dodań i 4 usunięć
  1. 4 4
      modules/Pisg/HTMLGenerator.pm

+ 4 - 4
modules/Pisg/HTMLGenerator.pm

@@ -1984,11 +1984,11 @@ sub _mostnicks
 
 
             _html("<tr><td class=\"$class\">$a</td>");
             _html("<tr><td class=\"$class\">$a</td>");
             if ($self->{cfg}->{mostnicksverbose}) { 
             if ($self->{cfg}->{mostnicksverbose}) { 
-                _html("<td class=\"hicell10\">$sortnicks[$i]<br />($nickcount $n)</td>");
-                _html("<td class=\"hicell10\" valign='top'>$nickused</td>");
+                _html("<td class=\"hicell\">$sortnicks[$i] ($nickcount $n)</td>");
+                _html("<td class=\"hicell\" valign='top'>$nickused</td>");
             } else {
             } else {
-                _html("<td class=\"hicell10\">$sortnicks[$i]</td>");
-                _html("<td class=\"hicell10\" valign='top'>$nickcount $n</td>");
+                _html("<td class=\"hicell\">$sortnicks[$i]</td>");
+                _html("<td class=\"hicell\" valign='top'>$nickcount $n</td>");
             }
             }
             _html("</tr>");
             _html("</tr>");
         }
         }