Citrix: fix white space

This commit is contained in:
Steffen Lange 2022-07-07 15:06:28 +02:00
parent 50b6b5725e
commit eda2fc2443

View file

@ -6,7 +6,7 @@ class CitrixWorkspaceApp extends PatchBase {
} }
function check() : bool { function check() : bool {
if ($this->fetch('https://www.citrix.com/downloads/workspace-app/windows/workspace-app-for-windows-latest.html')) if ($this->fetch('https://www.citrix.com/downloads/workspace-app/windows/workspace-app-for-windows-latest.html'))
return $this->parse('/<p>Version:&nbsp;([\d\.]+) ?\([\d\.]+\)<\/p>/'); return $this->parse('/<p>Version: ([\d\.]+) ?\([\d\.]+\)<\/p>/');
return false; return false;
} }
} }