more missing tags (#16937)

* more missing tags

* only some books have...

* .

* some more

* Update admin.dm

* finish it up
This commit is contained in:
Kashargul
2025-01-21 18:27:01 -05:00
committed by GitHub
parent d7c77e2342
commit 7266c4c5dc
90 changed files with 135 additions and 132 deletions
+1 -1
View File
@@ -269,7 +269,7 @@
lines += "[entry] => [num2text(data[STAT_ENTRY_TIME], 10)]ms ([data[STAT_ENTRY_COUNT]]) (avg:[num2text(data[STAT_ENTRY_TIME]/(data[STAT_ENTRY_COUNT] || 1), 99)])"
if (user)
user << browse("<ol><li>[lines.Join("</li><li>")]</li></ol>", "window=[url_encode("stats:\ref[stats]")]")
user << browse("<html><ol><li>[lines.Join("</li><li>")]</li></ol></html>", "window=[url_encode("stats:\ref[stats]")]")
else
. = lines.Join("\n")