You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is the url where the issue was occurring when minify option is enabled which is fixed by modify the code from
$process = preg_replace(array ('/>[^\S ]+' . $mod, '/[^\S ]+<' . $mod, '/\s+/' ), array('> ', ' <', ' '), $process);
to
$process = preg_replace(array ('/>[^\S ]+' . $mod, '/[^\S ]+<' . $mod ), array('> ', ' <' ), $process); https://setx.events/events/month/?amp
Below is the url where the issue was occurring when minify option is enabled which is fixed by modify the code from
$process = preg_replace(array ('/>[^\S ]+' . $mod, '/[^\S ]+<' . $mod, '/\s+/' ), array('> ', ' <', ' '), $process);
to
$process = preg_replace(array ('/>[^\S ]+' . $mod, '/[^\S ]+<' . $mod ), array('> ', ' <' ), $process);
https://setx.events/events/month/?amp
This issue is not getting recreated in localhost.
Reff: https://trello.com/c/3yc3gc0E/1370-event-month-calendar-page-is-blank-in-amp-version
The text was updated successfully, but these errors were encountered: