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 extra angle brackets in generate_head_metadata #1811

Merged
merged 1 commit into from
Sep 29, 2023

Conversation

Sirius902
Copy link
Contributor

generate_head_metadata_separated adds a set of angle brackets around the body tag as shown here

(head, format!("<body{body_meta}>"))
That means generate_head_metadata introduces an extra set of angle brackets by interpolating that value like so <{body}>. This PR removes the extra set of angle brackets.

@gbj
Copy link
Collaborator

gbj commented Sep 29, 2023

Whoops! Thanks.

@gbj gbj merged commit 321c522 into leptos-rs:main Sep 29, 2023
56 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants