ID:2547610
 
Resolved
The HTML parser did not handle a trailing / in a non-closing tag correctly, outputting an extra > character.
BYOND Version:513.1512
Operating System:Windows 7 Pro 64-bit
Web Browser:Chrome 80.0.3987.122
Applies to:Dream Seeker
Status: Resolved (513.1513)

This issue has been resolved.
Descriptive Problem Summary:
When you close an img tag in itself, it outputs ">" on maptext


Code Snippet (if applicable) to Reproduce Problem:
maptext="<img src='filename'/>Bla"


Expected Results:
Outputs maptext normally: Bla

Actual Results:
Maptext is outputted with an >: >Bla

Does the problem occur:
Every time? Or how often? Every time
In other games? Yes
In other user accounts? Yes
On other computers? Yes

Workarounds:
Not using "/"
Lummox JR resolved issue with message:
The HTML parser did not handle a trailing / in a non-closing tag correctly, outputting an extra > character.