-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
2.9.4
-
None
-
MOODLE_29_STABLE
I'm entering formula into a text area field which includes not equal <>
But PARAM_TEXT removes the tags, eg:
clean_param('abc <> 23', PARAM_TEXT);
|
Expected result : 'abc <> 23'
Actual result : 'abc 23'
see thread here : https://moodle.org/mod/forum/discuss.php?d=329193
- duplicates
-
MDL-29370 Cannot create a forum post with subject "x <> X"
-
- Closed
-