diff options
Diffstat (limited to '')
| -rw-r--r-- | detail.php | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -29,13 +29,13 @@ $term = array( | |||
| 29 | ); | 29 | ); |
| 30 | 30 | ||
| 31 | $args = $_GET; | 31 | $args = $_GET; |
| 32 | print "<ul>\n"; | ||
| 32 | foreach($term as $key => $s) { | 33 | foreach($term as $key => $s) { |
| 33 | $args['s'] = $s; | 34 | $args['s'] = $s; |
| 34 | printf('<a href="%s/%s">%s</a>'."\n", | 35 | printf('<li><a href="%s/%s">%s</a></li>'."\n", |
| 35 | $CONFIG['weburl'], build_url('detail.php', $args), $key); | 36 | $CONFIG['weburl'], build_url('detail.php', $args), $key); |
| 36 | } | 37 | } |
| 37 | 38 | print "</ul>\n"; | |
| 38 | print "<br>\n"; | ||
| 39 | 39 | ||
| 40 | $plugins = collectd_plugins($host); | 40 | $plugins = collectd_plugins($host); |
| 41 | 41 | ||
