From 5ed14bfedd91407f686287ffa94bf7345dfc5e4e Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Thu, 14 Sep 2017 07:37:25 -0500 Subject: [PATCH] [MIRROR] Adds more missing href tokens (#2749) * Adds more missing href tokens (#30664) * Adds more missing href tokens --- code/modules/admin/sql_message_system.dm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/code/modules/admin/sql_message_system.dm b/code/modules/admin/sql_message_system.dm index 2d35dcad80..0664656f77 100644 --- a/code/modules/admin/sql_message_system.dm +++ b/code/modules/admin/sql_message_system.dm @@ -271,12 +271,12 @@ if(!linkless) if (agegate) if (skipped) //the first skipped message is still shown so that we can put this link over it. - output += "
\[Show [skipped] hidden messages\]
" + output += "
\[Show [skipped] hidden messages\]
" else - output += "
\[Show All\]
" + output += "
\[Show All\]
" else - output += "
\[Hide Old\]
" + output += "
\[Hide Old\]
" if(index) var/index_ckey var/search