From 3aa4b45ae2c6fe5ec8a7acdcfb3d2984fcf5db3d Mon Sep 17 00:00:00 2001 From: Cerebulon Date: Wed, 11 Aug 2021 02:13:20 +0100 Subject: [PATCH] html more in line with other menu options --- code/modules/mob/new_player/new_player.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 += ""