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
@@ -487,7 +487,7 @@ GLOBAL_DATUM_INIT(sdql2_vv_statobj, /obj/effect/statclick/SDQL2_VV_all, new(null
if(length(select_text))
var/text = islist(select_text)? select_text.Join() : select_text
var/static/result_offset = 0
showmob << browse(text, "window=SDQL-result-[result_offset++]")
showmob << browse("<html>[text]</html>", "window=SDQL-result-[result_offset++]")
show_next_to_key = null
if(qdel_on_finish)
qdel(src)