[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove root-relative links from changelog.php #13149

Closed
qcybb opened this issue Apr 3, 2017 · 0 comments
Closed

Remove root-relative links from changelog.php #13149

qcybb opened this issue Apr 3, 2017 · 0 comments
Assignees
Labels
Bug A problem or regression with an existing feature
Milestone

Comments

@qcybb
Copy link
qcybb commented Apr 3, 2017

Is it possible to remove root-relative links from changelog.php?

Change this :
<a href="/url.php?url=https://sourceforge.net/p/phpmyadmin/patches/12233/" target="_blank" rel="noopener noreferrer">patch #12233</a>

To this :
<a href="url.php?url=https://sourceforge.net/p/phpmyadmin/patches/12233/" target="_blank" rel="noopener noreferrer">patch #12233</a>

The forward slash at the start of the link is producing links like this :
https://www.example.com/url.php?url=https://sourceforge.net/p/phpmyadmin/patches/12233/

When it should look like this :
https://www.example.com/phpmyadmin/url.php?url=https://sourceforge.net/p/phpmyadmin/patches/12233/

The rest of the internal phpmyadmin links work as per normal - as they do not contain the forward slash at the beginning of the link.

@nijel nijel self-assigned this Apr 4, 2017
@nijel nijel added the Bug A problem or regression with an existing feature label Apr 4, 2017
@nijel nijel added this to the 4.7.1 milestone Apr 4, 2017
@nijel nijel closed this as completed in 10cbb05 Apr 4, 2017
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Bug A problem or regression with an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants