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