[site] plugin structure: missed escape seqs

This commit is contained in:
Anna Bulenkova 2015-03-23 15:20:18 +01:00
parent e45c63839d
commit 22c0eab9fc

View File

@ -466,7 +466,7 @@ To declare a service, you can use the following extension points in the IDEA cor
*To declare a service:*
1. Add the appropriate child element (<applicationService>, <projectService> or <moduleService>) to the <extensions> section of the plugin.xml file.
1. Add the appropriate child element (\<applicationService\>, \<projectService\> or \<moduleService\>) to the \<extensions\> section of the plugin.xml file.
2. For the newly added child element, set the following attributes: