Skip to content

Commit

Permalink
Also also ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
kohler committed Jan 17, 2024
1 parent f6d27ad commit f1ce8dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -10455,7 +10455,7 @@ function render_tagset(plistui, tagstr, editable) {
} else if (t.length === 1) {
return t[0][0];
} else {
h = $df();
h = $frag();
h.append(t[0][0]);
for (i = 1; i !== t.length; ++i) {
h.append(" ", t[i][0]);
Expand Down

0 comments on commit f1ce8dd

Please sign in to comment.