diff --git a/Rocksolid_Light/common/grouplist.php b/Rocksolid_Light/common/grouplist.php index 987c0ae..195d35e 100644 --- a/Rocksolid_Light/common/grouplist.php +++ b/Rocksolid_Light/common/grouplist.php @@ -5,8 +5,7 @@ include "../spoolnews/newsportal.php"; $title .= ' - Available Newsgroups'; include "head.inc"; -echo '
Section | '; -echo 'Group | '; -echo 'Description | '; -echo 'Messages | '; +echo 'Section | '; +echo 'Group | '; +echo 'Description | '; +echo 'Messages | '; echo '
---|---|---|---|---|---|---|---|
'; - echo ' ' . $section[0] . ' '; - echo ' | ';
- echo '' . urldecode($group[1]) . " \r\n"; + echo ' | ||||||
'; + echo ' ' . $section[0]; + echo ' | ';
+ echo '' . urldecode($group[1]) . " \r\n"; echo ' | ';
- echo '' . $title . ' | '; - echo ''; + echo ' | ' . $title . ' | '; + echo ''; # Check if group exists. Open it if it does fputs($ns, "group " . urldecode($group[1]) . "\r\n"); $response = line_read($ns); @@ -77,9 +75,8 @@ foreach ($groups_array as $thisgroup) { } nntp_close($ns); echo ' |