From d6acc51bdca27720078fc751f20ac0a10d4d1c26 Mon Sep 17 00:00:00 2001 From: Hello TMW Date: Tue, 17 Sep 2024 14:25:28 +0000 Subject: This fixes placement. This tag should reside within tag. Placing it before head seems to de-facto work, but technically appears to be bug. Reported-by: lilly **** --- src/char/char.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/char/char.cpp b/src/char/char.cpp index 7ffdd0f..2194ef2 100644 --- a/src/char/char.cpp +++ b/src/char/char.cpp @@ -777,8 +777,8 @@ void create_online_files(void) stamp_time(timetemp); // write heading FPRINTF(fp2, "\n"_fmt); - FPRINTF(fp2, " \n"_fmt, char_conf.online_refresh_html); // update on client explorer every x seconds FPRINTF(fp2, " \n"_fmt); + FPRINTF(fp2, " \n"_fmt, char_conf.online_refresh_html); // update on client explorer every x seconds FPRINTF(fp2, " Online Players on %s\n"_fmt, char_conf.server_name); FPRINTF(fp2, " \n"_fmt); -- cgit v1.2.3-70-g09d2