diff --git a/mumbleBot.py b/mumbleBot.py
index 30cc647..4e2dd6c 100644
--- a/mumbleBot.py
+++ b/mumbleBot.py
@@ -386,7 +386,7 @@ class MumbleBot:
bitrate = s['bitrate']
genre = s['genre']
homepage = s['homepage']
- msg += f'
| {stationid} | {stationname} | {genre} | {codec}/{bitrate} | {country} | {homepage}/ |
'
+ msg += f'| {stationid} | {stationname} | {genre} | {codec}/{bitrate} | {country} | {homepage}/ |
'
msg += ''
self.send_msg(msg, text)
# Play a secific station (by id) from http://www.radio-browser.info API