ID:1925999
 
BYOND Version:508.1298
Operating System:Windows 7 Ultimate 64-bit
Web Browser:Chrome 45.0.2454.78
Applies to:Webclient
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
clicking topic links (a href="?_src_=stuff here") in the output control causes the following error to show up in the console "GET http://192.168.0.3:31337/ 404 (Not Found)", the client is disconnected, and the text Not Found replaces the web client.

On /tg/station code, while admin (there isn't any way to make such links show up as a normal user unless you are an ai or other people are talking while you are a ghost), just type adminhelp "test" then click any of the links that show up.

It seems all of the links are getting changed to a href="#"
Hrm, that's definitely wrong behavior. Links in output should be shunting to byond.go(). I'll take a look at it.