Fixed typo in Syntax Example SecRuleRemoveByTag

Lukas Funk
2016-04-12 11:08:09 +02:00
parent 337584961a
commit bf68f50f48

@@ -1358,7 +1358,7 @@ Normally, you would use SecRuleRemoveById to remove rules, but that requires the
== SecRuleRemoveByTag == == SecRuleRemoveByTag ==
'''Description:''' Removes the matching rules from the current configuration context. '''Description:''' Removes the matching rules from the current configuration context.
'''Syntax:''' <code>SecRuleRemoveByTab REGEX </code> '''Syntax:''' <code>SecRuleRemoveByTag REGEX </code>
'''Example Usage:''' <code>SecRuleRemoveByTag "WEB_ATTACK/XSS" </code> '''Example Usage:''' <code>SecRuleRemoveByTag "WEB_ATTACK/XSS" </code>