diff --git a/generate_content.sh b/generate_content.sh
index 386ca14..b12e1c3 100755
--- a/generate_content.sh
+++ b/generate_content.sh
@@ -40,7 +40,7 @@ generate_repo_table() {
repo_base_name=$(basename $repo_name)
local repo_hyperlink="$repo_base_name"
- local stars="
"
+ local stars="
"
# At header in the first run
if [[ "$index" == "1" ]]; then