Skip to content

Invalid CSS selectors in page names break async header/footer #20

@jamesmontalvo3

Description

@jamesmontalvo3

A page name including characters invalid in a CSS selector (for example, &) will generate an div element like:

<div class="hf-footer" id="hf-footer-Page_with_&_in_title">...</div>

This is a bad selector. Instead do something like md5 the page title to make it standard characters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions