fix duplicate `html` property in `Trac` app

In: `Trac` app is two property with the same name `html` one is string and one is array of strings:
            "html": "<a id=\"tracpowered",
            "html": [ "<a id=\"tracpowered", "Powered by <a href=\"[^\"]*\"><strong>Trac(?:[ /]([\\d.]+))?\\;version:\\1" ],
main
TotPeRo 10 years ago
parent c805bde1ac
commit ef147ead14

@ -3639,7 +3639,6 @@
"Trac": {
"website": "trac.edgewall.org",
"cats": [ 13 ],
"html": "<a id=\"tracpowered",
"html": [ "<a id=\"tracpowered", "Powered by <a href=\"[^\"]*\"><strong>Trac(?:[ /]([\\d.]+))?\\;version:\\1" ],
"implies": "Python"
},

Loading…
Cancel
Save