From 3d2407fbaf42325fbf0bc246ca419a4d29c5b9d4 Mon Sep 17 00:00:00 2001 From: Craig London Date: Tue, 14 Feb 2017 10:57:53 -0500 Subject: [PATCH] Change regex from ".+" to "[^>]+" --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 6030c6def..44f29e0b3 100755 --- a/src/apps.json +++ b/src/apps.json @@ -3275,7 +3275,7 @@ 6 ], "icon": "IBM.svg", - "html": "href=\"(?:\/|.+)webapp\/wcs\/", + "html": "href=\"(?:\/|[^>]+)webapp\/wcs\/", "implies": "Java", "url": "/wcs/", "website": "ibm.com/software/genservers/commerceproductline"