We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6e827 commit cd9a9d6Copy full SHA for cd9a9d6
tools/run-MDTF/scripts/gen_index.py
@@ -23,6 +23,6 @@
23
file_path = os.path.join(pod_dir, f'{p}.html')
24
if os.path.exists(file_path):
25
print(p)
26
- index_file.write(f'<a href="{file_path}"> {p} </a>')
+ index_file.write(f'<a href="{file_path}"> {p} </a> <br>')
27
28
index_file.close()
0 commit comments