From 0e40bc4f9bcd1f17b9b3dc06eabe46161e8863f2 Mon Sep 17 00:00:00 2001 From: Jordan Brown Date: Thu, 14 Sep 2017 03:16:06 -0400 Subject: [PATCH] Adds more missing href tokens (#30664) --- 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 2d35dcad80b..0664656f774 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