Исходный текст | Переводы |
---|---|
URL filter | |
Allows you to restrict if users can post HTML and which tags to filter out. | |
Runs a piece of PHP code. The usage of this filter should be restricted to administrators only! | |
Converts line breaks into HTML (i.e. <br> and <p> tags). | |
Turns web and e-mail addresses into clickable links. | |
Filter HTML tags | |
Strip disallowed tags | |
Escape all tags | |
How to deal with HTML tags in user-contributed content. If set to "Strip disallowed tags", dangerous tags are removed (see below). If set to "Escape tags", all HTML is escaped and presented as it was typed. | |
If "Strip disallowed tags" is selected, optionally specify tags which should not be stripped. JavaScript event attributes are always stripped. |