[PHP-WEBMASTER] [web-php] PR #1171: Fix parameter link scrolling to the correct position

Pull Request: Fix parameter link scrolling to the correct position by takaram · Pull Request #1171 · php/web-php · GitHub
Author: takaram

The action of clicking a parameter link in manual pages was broken, as it always scrolls to the first parameter instead of clicked one.
This PR fixes the bug.