From 3b52377ce70d1049192d819e77878f34a88dbe10 Mon Sep 17 00:00:00 2001 From: Cyrille L Date: Thu, 29 Dec 2022 12:22:20 +0100 Subject: [PATCH] check _TAGS:NAME from content in header. Now fix --- src/var/lib/tyto/program/check.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/var/lib/tyto/program/check.py b/src/var/lib/tyto/program/check.py index 2f331b4..b472dd1 100644 --- a/src/var/lib/tyto/program/check.py +++ b/src/var/lib/tyto/program/check.py @@ -507,8 +507,8 @@ def check_content(post_bottom): post_err = True - # Check if content list is valid - #------------------------------- + # Lists: check if contents are valid + #----------------------------------- inlist = False markers_lists = '%s, %s, or space'%( tyto.markers_lists[0],