diff --git a/templates/shortcodes/typeit.html b/templates/shortcodes/typeit.html
index 6ac7d5c..d1da489 100644
--- a/templates/shortcodes/typeit.html
+++ b/templates/shortcodes/typeit.html
@@ -1,20 +1,15 @@
{% set id = get_random(start=0, end=100) %}
{% set id = "typeit-" ~ id %}
-
+
-<{% if tag %}{{ tag }}{% else %}div{% endif %} id="{{ id }}">{{ body }}{% if tag %}{{ tag }}{% else %}div{% endif %}>
+<{% if tag %}{{ tag }}{% else %}div{% endif %} id="{{ id }}">{% if tag %}{{ tag }}{% else %}div{% endif %}>