This commit is contained in:
ebolam
2022-10-15 20:03:17 -04:00
parent 70300dc942
commit 24ba68ef95

View File

@@ -1817,7 +1817,7 @@ function world_info_entry(data) {
}
}
attribute_area = document.createElement("div");
label = document.createElement("span");
let label = document.createElement("span");
label.textContent = "\xa0\xa0\xa0\xa0Attribute: ";
attribute_area.append(label);
input = document.createElement("input");