diff options
-rw-r--r-- | modules/info/views/info_block.html.php | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/info/views/info_block.html.php b/modules/info/views/info_block.html.php index 491d9d10..81c2731c 100644 --- a/modules/info/views/info_block.html.php +++ b/modules/info/views/info_block.html.php @@ -21,12 +21,5 @@ <td><a href="#"><?= $item->owner->name ?></a></td> </tr> <? endif ?> - <tr> - <td colspan="2" class="toggle"> - <a href="#">more \/</a> - </td> - </tr> </tbody> </table> - - |