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

Fixed lose of HTML when using data-t-interpolate & allowHtml #17

Merged
merged 2 commits into from
Dec 27, 2017

Conversation

alvarotrigo
Copy link
Contributor

@alvarotrigo alvarotrigo commented Dec 22, 2017

HTML code would get lost when having something like this:

<p data-t data-t-interpolate>
  {{Test}}
    <br />Whatever<br />here<br /><br /><br /><br />
</p>

This solves the issue.

HTML code would get lost when having something like this:

```
<p data-t data-t-interpolate>
  {{Test}}
    <br />Whatever<br />here<br /><br /><br /><br />
</p>
```

This solves the issue.
@alvarotrigo alvarotrigo changed the title - Fixed problem with lose of HTML code - Fixed problem with lose of HTML code when using data-t-interpolate Dec 22, 2017
@alvarotrigo alvarotrigo changed the title - Fixed problem with lose of HTML code when using data-t-interpolate Fixed lose of HTML when using data-t-interpolate & allowHtml Dec 22, 2017
Copy link
Contributor Author

@alvarotrigo alvarotrigo left a comment

Choose a reason for hiding this comment

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

  • Fixed mistake.

@danhper danhper merged commit 849a8d7 into claudetech:master Dec 27, 2017
@danhper
Copy link
Member

danhper commented Dec 27, 2017

Great, thank you!

@alvarotrigo
Copy link
Contributor Author

alvarotrigo commented Dec 29, 2017

Was this change pushed to npm? It seems to be related with 36web/gulp-static-i18n-html#2 (comment)

@danhper
Copy link
Member

danhper commented Jan 3, 2018

I just published as 0.1.21, sorry for the delay!

@alvarotrigo
Copy link
Contributor Author

Thanks for that!

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