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(renderer): do not 'HTML escape' string elements #752

Merged
merged 1 commit into from
Sep 6, 2020

Conversation

xcoulon
Copy link
Member

@xcoulon xcoulon commented Sep 6, 2020

With support for special characters in place, there is
no need to using the HTML "escape" func when
rendering StringElements.

Fixes #741

Signed-off-by: Xavier Coulon [email protected]

With support for special characters in place, there is
no need to using the HTML "escape" func when
rendering StringElements.

Fixes bytesparadise#741

Signed-off-by: Xavier Coulon <[email protected]>
@codecov
Copy link

codecov bot commented Sep 6, 2020

Codecov Report

Merging #752 into master will decrease coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #752      +/-   ##
==========================================
- Coverage   83.53%   83.52%   -0.01%     
==========================================
  Files          77       77              
  Lines        5605     5602       -3     
==========================================
- Hits         4682     4679       -3     
  Misses        586      586              
  Partials      337      337              

@xcoulon xcoulon merged commit 4fd36b5 into bytesparadise:master Sep 6, 2020
@xcoulon xcoulon deleted the Issue741_do_not_reparse branch September 6, 2020 20:31
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.

Do not reparse after custom attribute substitution
1 participant