mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Fixes the VV list view
This commit is contained in:
@@ -386,7 +386,10 @@ body
|
||||
html += "<ul>"
|
||||
var/index = 1
|
||||
for(var/entry in L)
|
||||
html += debug_variable(index, L[index], level + 1)
|
||||
if(istext(entry))
|
||||
html += debug_variable(entry, L[index], level + 1)
|
||||
else
|
||||
html += debug_variable(index, L[index], level + 1)
|
||||
index++
|
||||
html += "</ul>"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user