diff --git a/source/integrations/index.html b/source/integrations/index.html
index 72946cbd431..1e319bbb292 100644
--- a/source/integrations/index.html
+++ b/source/integrations/index.html
@@ -161,9 +161,9 @@ allComponents.pop(); // remove placeholder element at the end
components: [],
image: function () {
if (this.logo === '') {
- return '
';
+ return '
';
} else {
- return '
';
+ return '
';
}
}
};