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

fix(storefront): STRF-4786 Do not escape blog summary HTML. #1238

Merged
merged 1 commit into from
May 17, 2018
Merged

fix(storefront): STRF-4786 Do not escape blog summary HTML. #1238

merged 1 commit into from
May 17, 2018

Conversation

Ubersmake
Copy link
Contributor

What?

Blog summary content was being escaped, resulting in space characters to show up as  . Now that content is being un-escaped like content in blog posts.

Note that this does not apply to all whitespace characters. Tabs are not treated as "tabs" in the summary and will not show up. Newlines are not part of the blog summary.

Tickets / Documentation

Screenshots (if appropriate)

Before:

before

After:

after

@bigbot
Copy link

bigbot commented May 14, 2018

Autotagging @bigcommerce/storefront-team @davidchin

@mattolson
Copy link
Contributor

@Ubersmake Please rebase

@Ubersmake Ubersmake merged commit 9534aec into bigcommerce:master May 17, 2018
@Ubersmake Ubersmake deleted the STRF-4786 branch May 17, 2018 17:03
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.

None yet

4 participants