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

Trying to fix the 404 issue #12

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Trying to fix the 404 issue #12

wants to merge 3 commits into from

Conversation

lewis-wf
Copy link
Member

@lewis-wf lewis-wf commented Jan 27, 2024

  • Shouldn't be merged until we have tested on a staging server

I think this fixes #6 but will need testing because I wasn't sure if the escape character \ is needed (e.g. <a href="mailto"> vs. <a href\="mailto">

Also not sure if just deleting a menu item is that simple but I have no way to test it lmao - some help from you @mxbi and I will setup a test server for myself

@lewis-wf lewis-wf requested a review from mxbi January 27, 2024 18:01
@mxbi
Copy link
Member

mxbi commented Jan 29, 2024

Yeah, we currently have no way to test changes in staging 😅

I think it does need an escape, since it's within a $html = "..." assignment

Copy link
Member

@mxbi mxbi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

" needs escapes unfortunately (pretty sure)

@lewis-wf
Copy link
Member Author

lewis-wf commented Feb 26, 2024

Still needs escape characters!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feedback.html 404
2 participants