Skip to content

Commit

Permalink
Fix for EQ all
Browse files Browse the repository at this point in the history
Removes issue with extra table definitions for eq all. Verified on
WebClient :)
  • Loading branch information
omnidecker committed Nov 3, 2023
1 parent 11a6f64 commit 46391b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vme/zone/commands.zon
Original file line number Diff line number Diff line change
Expand Up @@ -5130,7 +5130,7 @@ code
ret := ret+str+"<td><div class='worn'>"+obj.title+lit+"</div></td></tr>";
}
else
ret := ret+"<tr><td>&lt;"+str+"&gt;</td><td>nothing</td></tr>";
ret := ret+str+"<td>nothing</td></tr>";
i := i + 1;
}

Expand Down

0 comments on commit 46391b1

Please sign in to comment.