Remove escaping of "=" symbol for <head> for blog and brand #2528
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What?
While merging #2526 into our codebase, I noticed that
blog.html
andbrand.html
didn't get the update that removes escaping of = symbol for<head>
for meta prev/next URLs.Screenshots
We don't utilize the blog functionality, so I can't provide BEFORE / AFTER screenshots for that change, but here are screenshots for changes to
brand.html
BEFORE
![Screen Shot 2024-12-24 at 4 09 47 PM](https://private-user-images.githubusercontent.com/5056945/398490653-a191480b-c126-4bd2-a0fa-4c6d2823792e.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MTMwMTksIm5iZiI6MTczOTQxMjcxOSwicGF0aCI6Ii81MDU2OTQ1LzM5ODQ5MDY1My1hMTkxNDgwYi1jMTI2LTRiZDItYTBmYS00YzZkMjgyMzc5MmUucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMDIxMTU5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9M2E4MDllYTE1YmNlZjI5YWNlOGEyNWMzOGMxOGYwN2VjNTExYThhMWFkZmRmNjhlMGJmNTM1ZDE1NWQxMzExNSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.JZtRSJqu0yll2h6ZWTkbgnej1D_FeWNxH3tQM0JHGTg)
AFTER
![Screen Shot 2024-12-24 at 4 09 23 PM](https://private-user-images.githubusercontent.com/5056945/398490645-aed9669d-864a-4990-a834-c085e5bfac2d.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MTMwMTksIm5iZiI6MTczOTQxMjcxOSwicGF0aCI6Ii81MDU2OTQ1LzM5ODQ5MDY0NS1hZWQ5NjY5ZC04NjRhLTQ5OTAtYTgzNC1jMDg1ZTViZmFjMmQucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxMyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTNUMDIxMTU5WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9MDQyNGZmMDcyMjZjZmRkMjljZTk5Njk5ZWE0MWU3NzMwYTk3NzE2YTNiMjU4NDhmOTMzNWM5NmY1M2IxMzQwOSZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.yOsmLy9n9uLyS8cBhRRlvd6HPPJai0-gaGjmE3-uwkk)