diff --git a/src/server/views/status_html.rs b/src/server/views/status_html.rs
index b30ca89..6f5fed0 100644
--- a/src/server/views/status_html.rs
+++ b/src/server/views/status_html.rs
@@ -89,7 +89,7 @@ pub fn status_html(analysis_outcome: AnalyzeDependenciesOutcome, repo_path: Repo
h1 class="title is-1" {
a href=(format!("{}/{}/{}", repo_path.site.to_base_uri(), repo_path.qual.as_ref(), repo_path.name.as_ref())) {
i class="fa fa-github" ""
- (format!(" {}/{}", repo_path.qual.as_ref(), repo_path.name.as_ref()))
+ (format!(" {} / {}", repo_path.qual.as_ref(), repo_path.name.as_ref()))
}
}