Skip to content

Commit

Permalink
Fix typos in template comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Jul 14, 2024
1 parent 5114bd3 commit 1a95759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/testapp/templates/blocks/f_richtext_block.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<div class="border-box">
<p class="label">Template Tag:</p>
<div class="padding">{% verbatim %}{{ value|f_richtext:"inline_styles" }}{% endverbatim %}</div>
<p class="padding">This template tag will parse the html and inline styles defined in your configuration</p>
<p class="padding">This template tag will parse the html and add inline styles defined in your configuration</p>
<p class="label">HTML:</p>
<pre><code class="language-html"></code></pre>
<div class="beautify padding">{{ value|f_richtext:"inline_styles" }}</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>{{ page.title }}</h1>
<div class="border-box">
<p class="label">Template Tag:</p>
<div class="padding">{% verbatim %}{{ page.body|f_richtext:"inline_styles" }}{% endverbatim %}</div>
<p class="padding">This template tag will parse the html and inline styles defined in your configuration</p>
<p class="padding">This template tag will parse the html and add inline styles defined in your configuration</p>
<p class="label">HTML:</p>
<pre><code class="language-html"></code></pre>
<div class="beautify padding">{{ page.body|f_richtext:"inline_styles" }}</div>
Expand Down

0 comments on commit 1a95759

Please sign in to comment.