v8.5.2 - is this a bug?
I have a problem with using links from the home page.
The relative link <a href="a.php"> correctly links to www.domain.com/acatalog/a.php.
The relative link with an anchor <a href="a.php#delivery"> incorrectly links to www.domain.com/a.php.
I have a workaround for this by checking if it is the home page - but is this a bug?
I have a problem with using links from the home page.
The relative link <a href="a.php"> correctly links to www.domain.com/acatalog/a.php.
The relative link with an anchor <a href="a.php#delivery"> incorrectly links to www.domain.com/a.php.
I have a workaround for this by checking if it is the home page - but is this a bug?
Comment