plugin_configuration_file.md: typo

This commit is contained in:
Yann Cébron 2020-03-12 14:01:27 +01:00
parent 8ee8aa0be2
commit 0c965b3a3a

View File

@ -6,7 +6,7 @@ title: Plugin Configuration File - plugin.xml
The following is a sample plugin configuration file. This sample showcases and describes all elements that can be used in the `plugin.xml` file.
Additional information about configuring `<actions>` is available in the [Actions](/basics/action_system.md#registering-actions) section in Part II.
Limited HTML elements are allowed within `<description>` and `<changed-notes>` elements.
Limited HTML elements are allowed within `<description>` and `<change-notes>` elements.
However, content containing HTML elements must be surrounded by `<![CDATA[ ]]>` tags.
Allowed HTML elements include text formatting, paragraphs, and lists.