diff --git a/modules/MikroTikRouterOSLTS.php b/modules/MikroTikRouterOSLTS.php index 315e9f7..0d5fbf0 100644 --- a/modules/MikroTikRouterOSLTS.php +++ b/modules/MikroTikRouterOSLTS.php @@ -8,7 +8,7 @@ class MikroTikRouterOSLTS extends PatchBase { function check() : bool { if ($this->fetch('https://mikrotik.com/download')) { $this->str_crop('id="routeros"', ''); - return $this->parse('/([\d\.]+) \(Long-term\)/'); + return $this->parse('/([\d\.]+) Long-term<\/th>/'); } return false; }