- Issue created by @GaëlG
- Status changed to Fixed
7 months ago 2:39pm 7 June 2024 Automatically closed - issue fixed for 2 weeks with no activity.
Instead of :
<link rel="prev" href="http://drupal.docksal.site/home?page=0" />
<link rel="next" href="http://drupal.docksal.site/home?page=2" />
... we should have:
<link rel="prev" href="http://drupal.docksal.site/home" />
<link rel="next" href="http://drupal.docksal.site/home?page=2" />
Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.