diff --git a/source/_includes/asides/component_navigation.html b/source/_includes/asides/component_navigation.html
index 853d4bacd33..65d5a97f23b 100644
--- a/source/_includes/asides/component_navigation.html
+++ b/source/_includes/asides/component_navigation.html
@@ -4,7 +4,7 @@
{%- if page.logo -%}
{%- else -%}
-
+
{%- endif -%}
diff --git a/source/integrations/index.html b/source/integrations/index.html
index ae02ee938d9..1fc6a130790 100644
--- a/source/integrations/index.html
+++ b/source/integrations/index.html
@@ -144,7 +144,7 @@ allComponents.pop(); // remove placeholder element at the end
components: [],
image: function () {
if (this.logo === '') {
- return '
';
+ return '
';
} else {
return '
';
}