diff --git a/code/modules/mob/new_player/new_player.dm b/code/modules/mob/new_player/new_player.dm index 2f7c648fcc..0ba8b4d147 100644 --- a/code/modules/mob/new_player/new_player.dm +++ b/code/modules/mob/new_player/new_player.dm @@ -73,9 +73,9 @@ if(GLOB.news_data.station_newspaper) if(client.prefs.lastlorenews == GLOB.news_data.newsindex) - output += "Show [using_map.station_name] News" + output += "

Show [using_map.station_name] News

" else - output += "Show [using_map.station_name] News (NEW!)" + output += "

Show [using_map.station_name] News (NEW!)

" output += ""