diff --git a/app/converters/vrt.py b/app/converters/vrt.py
index 4c4a613efcd0c1a76cd8ba46f952105f21a789ab..08fa82c9e1f8a07672f741317d7f22617b5222b9 100644
--- a/app/converters/vrt.py
+++ b/app/converters/vrt.py
@@ -97,7 +97,7 @@ def normalize_vrt_file(input_file, output_file):
             multi_line_tag_definition = False
             continue
         pos_attrs = line.rstrip('\n').split('\t')
-        if not has_ent_as_s_attr:
+        if not has_ent_as_s_attr and len(pos_attrs) > 4:
             if pos_attrs[4].lower() in ['null', 'none']:
                 if current_ent:
                     output_vrt += '</ent>\n'