This commit is contained in:
mwiegand 2021-06-20 13:04:14 +02:00
parent 919169d1dc
commit baeeb1611b

View file

@ -17,9 +17,9 @@ ${record['name'].ljust(column_width('name', records))} \
IN \
${record['type'].ljust(column_width('type', records))} \
% if record['type'] == 'TXT':
"${part}"
"${part}"
% else:
${part}
${part}
% endif
% endfor
% endfor