diff --git a/build.py b/build.py
index 5c9a2b0..951b429 100644
--- a/build.py
+++ b/build.py
@@ -15,9 +15,9 @@ if __name__ == '__main__':
reader = csv.DictReader(file)
for row in reader:
subst += f'
| {row['service']} | '
- f'{row["url"]} | '
- f'{row["ip"]} | '
- f'{row["comment"]} | '
+ '{row["url"]}'
+ '{row["ip"]} | '
+ '{row["comment"]} | '
logging.info('write file')
with open('template/template.html') as inf: