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 \ IN \
${record['type'].ljust(column_width('type', records))} \ ${record['type'].ljust(column_width('type', records))} \
% if record['type'] == 'TXT': % if record['type'] == 'TXT':
"${part}" "${part}"
% else: % else:
${part} ${part}
% endif % endif
% endfor % endfor
% endfor % endfor