diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html
index 62631f5796..0bc67a4417 100644
--- a/phpBB/styles/prosilver/template/navbar_footer.html
+++ b/phpBB/styles/prosilver/template/navbar_footer.html
@@ -3,7 +3,8 @@
-
- {L_SITE_HOME}{L_INDEX}
+ {L_SITE_HOME}
+ {L_INDEX}
diff --git a/phpBB/styles/prosilver/theme/common.css b/phpBB/styles/prosilver/theme/common.css
index 0a1848700c..fbcafe1eaf 100644
--- a/phpBB/styles/prosilver/theme/common.css
+++ b/phpBB/styles/prosilver/theme/common.css
@@ -607,7 +607,7 @@ ul.linklist.bulletin li.no-bulletin:before {
padding: 0 0.5em;
}
-.breadcrumbs .crumb:first-of-type:before {
+.breadcrumbs .crumb:first-child:before {
content: '';
content: none;
}