Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Not a bug
-
Affects Version/s: 1.5.1
-
Fix Version/s: None
-
Component/s: Forum
-
Labels:None
-
Environment:All
-
Affected Branches:MOODLE_15_STABLE
Description
Unkown tags in message body are hide instead of change symbols < and > to < and > (in auto-format)
I don't know what will happen if write only < symbol
Issue Links
| This issue is a clone of: | ||||
| MDL-18838 | CLONE - Symbols 'less than' and 'more than' spoil a text in auto-format |
|
|
|
closing now, if I understand the report properly, this is not a bug
- auto format expects valid html text, you can use < and > only in tags - use < and > instead
- only allowed tags are kept, the rest is removed during the text cleaning by the KSES engine
closing now, if I understand the report properly, this is not a bug