Vastly improve Bugzilla detection (#2005)

This can be tested [here](https://bugzilla.mozilla.org/show_bug.cgi?id=1419581)
main
jvoisin 7 years ago committed by Elbert Alias
parent 08c17d2c6c
commit 5075e10afc

@ -1254,7 +1254,16 @@
"cats": [ "cats": [
"13" "13"
], ],
"html": "href=\"enter_bug\\.cgi\">", "html": [
"href=\"enter_bug\\.cgi\">",
"<main id=\"bugzilla-body\""
],
"meta": {
"generator":"Bugzilla ?([\\d.]+)?\\;version:\\1"
},
"js": {
"BUGZILLA": ""
},
"icon": "Bugzilla.png", "icon": "Bugzilla.png",
"implies": "Perl", "implies": "Perl",
"website": "http://www.bugzilla.org" "website": "http://www.bugzilla.org"

Loading…
Cancel
Save