Skip to content

Commit

Permalink
Don't use numeric keys as it breaks using Symfony YAML (#6689)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgiehl authored Feb 25, 2021
1 parent 1598a0f commit d869834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regexes/client/browsers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,7 @@
engine:
default: 'WebKit'
versions:
5.2: 'Blink'
'5.2': 'Blink'
- regex: '(?:Maxthon(?:%20Browser)?|MxBrowser(?:-inhouse|-iPhone)?)[ /](\d+[\.\d]+)'
name: 'Maxthon'
version: '$1'
Expand Down

0 comments on commit d869834

Please sign in to comment.