diff --git a/webapp/components/Editor/nodes/Embed.js b/webapp/components/Editor/nodes/Embed.js
index 1db3996f4..4afb5f8f0 100644
--- a/webapp/components/Editor/nodes/Embed.js
+++ b/webapp/components/Editor/nodes/Embed.js
@@ -52,7 +52,7 @@ export default class Embed extends Node {
},
},
template: `
- {{ title }}
{{ description }}
{{ href }}
+ {{ title }}
{{ description }}
{{ href }}
`,
}
}