Skip to content

Commit

Permalink
fix: restore triple brackets around some hbs vars
Browse files Browse the repository at this point in the history
  • Loading branch information
Eejit43 committed Jul 19, 2024
1 parent 9142527 commit a6ab41e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/pages/info/text-abbreviations.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{{#each additionalData.textAbbreviations}}
<tr>
<td>{{this.abbreviation}}</td>
<td>{{this.meaning}}</td>
<td>{{{this.meaning}}}</td>
</tr>
{{/each}}
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion src/views/pages/info/tone-indicators.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Tone indicators can be used to express tones or emotions in online messages, and
{{#each additionalData.toneIndicators}}
<tr>
<td>{{this.fullIndicators}}</td>
<td>{{this.meaning}}</td>
<td>{{{this.meaning}}}</td>
</tr>
{{/each}}
</tbody>
Expand Down

0 comments on commit a6ab41e

Please sign in to comment.