Jump to content

escaping error with solved


Recommended Posts

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 &lt; 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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.