diff --git a/src/apps.json b/src/apps.json index 04b2f0408..f37016214 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2724,7 +2724,10 @@ "47" ], "env": "^gerrit_", - "html": "<(?:div|style) id=\"gerrit_", + "html": [ + ">Gerrit Code Review\\s*\"\\s*\\(([0-9.])\\)\\;version:\\1", + "<(?:div|style) id=\"gerrit_" + ], "icon": "gerrit.svg", "implies": [ "Java", @@ -10162,4 +10165,4 @@ "priority": "9" } } -} \ No newline at end of file +}