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 html_entity_decode() when getting refentry names from the database #131

Merged

Commits on May 23, 2024

  1. Remove html_entity_decode when getting refentry names from the database

    Refentry names are taken from xml IDs and stored in the database during indexing. These are then retrieved and used for linking to functions and methods. Do not use html_entity_decode on these names as these IDs should not have entities in them to begin with. This change aligns this function with the function/method linking functions that only do strtolower as well.
    haszi committed May 23, 2024
    Configuration menu
    Copy the full SHA
    d1cfe61 View commit details
    Browse the repository at this point in the history