diff --git a/.gitignore b/.gitignore index bca1b9d..4bb4aea 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,7 @@ /output/index.php # Kate -.*.kate-swp +*.kate-swp + +# Debug HTML +*.html diff --git a/get_online_session_communities.php b/get_online_session_communities.php index 7279628..6597287 100644 --- a/get_online_session_communities.php +++ b/get_online_session_communities.php @@ -577,7 +577,7 @@ " " . $content["description"] . "" . PHP_EOL . " " . $content["active_users"] . "" . PHP_EOL . " " . $preview_link . "" . PHP_EOL . - " " . $join_link . "" . PHP_EOL . + " " . substr($join_link, 0, 32) . "..." . PHP_EOL . " " . PHP_EOL; $table_lines[] = $line; }