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

View File

@ -158,11 +158,11 @@ 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>
module/&lt;moduleName&gt; | Allow access to module &lt;moduleName&gt;
### Monitoring Module Permissions