natbob Posted August 16, 2008 Share Posted August 16, 2008 When yo mark a thread as solved that has a < or > in its name, it will end up double escaped. Like this: 2 < 5 is automatically 2 < 5 after you originally start it, but after you "solve" it then the ampersand in < is escaped to 2 < 5 witch outputs 2 < 5 instead of 2 < 5 so the problem is in the escaping of ampersands when you mark a post as solved. Link to comment https://forums.phpfreaks.com/topic/119968-escaping-error-with-solved/ Share on other sites More sharing options...
ober Posted August 16, 2008 Share Posted August 16, 2008 Thanks. I'll report it to the mod creator. Link to comment https://forums.phpfreaks.com/topic/119968-escaping-error-with-solved/#findComment-618030 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.