diff --git a/nested_inlines/templates/admin/edit_inline/tabular.html b/nested_inlines/templates/admin/edit_inline/tabular.html
index d7a57d3..f9df939 100644
--- a/nested_inlines/templates/admin/edit_inline/tabular.html
+++ b/nested_inlines/templates/admin/edit_inline/tabular.html
@@ -63,7 +63,7 @@
{{ recursive_formset.opts.verbose_name_plural|capfirst }}
{% if inline_admin_form.form.nested_formsets %}
{% for inline_admin_formset in inline_admin_form.form.nested_formsets %}
-
+ |
{% if inline_admin_formset.opts.template == stacked_template %}
{% include stacked_template with indent=0 prev_prefix=recursive_formset.formset.prefix %}
{% else %}
|