Révision 18ec6f48
ID | 18ec6f48f722a41504be0fc693cf4ab9cdbe790b |
Parent | e5eb7424 |
Enfant | e4c32222, 317b8d01, ed827383, 43566263 |
Fix rulenames which includes an index
The rulename has a regex pattern `[/^[a-zA-Z0-9_]+-[a-zA-Z0-9_]+(\d+)?$/]`')` but the content
which allows an index at the end of the rulename (with a delimiter).
This is split later with `$data = split($rulename, '
of the index part is never used as a fragment. Therefor the fragment was
defined twice.
This fix will add the index to the fragment name.
Fichiers
- ajouté
- modifié
- copié
- renommé
- supprimé