Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/release/components/looping-through-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ as a string.
Be sure to sanitize the HTML before you render it.
</p>
<p>
We can use the <a href="https://api.emberjs.com/ember/release/functions/@ember%2Ftemplate/htmlSafe">htmlSafe</a>
function to mark a sanitized HTML as safe, then use double curly brackets to render the HTML.
We can use the <a href="https://api.emberjs.com/ember/release/functions/@ember%2Ftemplate/trustHTML">trustHTML</a>
function to mark a sanitized HTML as trusted, then use triple curly brackets to render the HTML.
We can also create a <a href="../helper-functions">helper</a> that sanitizes the HTML, marks it as safe,
and returns the output.
</p>
Expand Down