From 69051df64ccf123964c389f50531c450cc2364bc Mon Sep 17 00:00:00 2001 From: Arcidayne <9382522b@opayq.com> Date: Wed, 16 Mar 2016 16:47:11 -0400 Subject: [PATCH] Minor bug fix --- Epic_Calendar/Epic_Calendar.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Epic_Calendar/Epic_Calendar.xml b/Epic_Calendar/Epic_Calendar.xml index 51f2189..4a15791 100644 --- a/Epic_Calendar/Epic_Calendar.xml +++ b/Epic_Calendar/Epic_Calendar.xml @@ -97,7 +97,7 @@ end function raw_get(retval, page, status, headers, full_status, request_url) if status == 200 then - raw_version = tonumber(string.match(page, '%s%s+version="([0-9%.]_)"')) + raw_version = tonumber(string.match(page, '%s%s+version="([0-9%.]+)"')) end if raw_version == PLUGIN_VERSION then