Docs: Fix global permission table formatting

'<' and '>' must be escaped using html-tags in tables.

refs #11568
This commit is contained in:
Michael Friedrich 2016-04-11 16:30:35 +02:00
parent 93b50fe484
commit e298ee8e3d
1 changed files with 6 additions and 6 deletions

View File

@ -157,12 +157,12 @@ through a group) all permissions are added together to get the users actual perm
### Global Permissions
Name | Permits
--------------- ----|--------------------------------------------------------
* | Allow everything, including module-specific permissions
config/* | Allow all configuration actions
config/modules | Allow enabling or disabling modules
module/<moduleName> | Allow access to module <moduleName>
Name | Permits
--------------------------|--------------------------------------------------------
* | Allow everything, including module-specific permissions
config/* | Allow all configuration actions
config/modules | Allow enabling or disabling modules
module/&lt;moduleName&gt; | Allow access to module &lt;moduleName&gt;
### Monitoring Module Permissions