Skip to content

Commit

Permalink
Add missing open tag <strong>
Browse files Browse the repository at this point in the history
  • Loading branch information
ansidev committed Apr 4, 2020
1 parent 7e8596d commit 2dbdc77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions templates/basic-full/receipt/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ <h3 class="align-right">{{date}}</h3></td>
<table class="body-sub" role="presentation">
<tr>
<td>
<p class="f-fallback sub">Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub"><strong>Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub">Moved recently? Have a new credit card? You can easily <a href="{{billing_url}}">update your billing information</a>.</p>
</td>
</tr>
Expand Down Expand Up @@ -561,4 +561,4 @@ <h3 class="align-right">{{date}}</h3></td>
</tr>
</table>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions templates/basic/receipt/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ <h3 class="align-right">{{date}}</h3></td>
<table class="body-sub" role="presentation">
<tr>
<td>
<p class="f-fallback sub">Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub"><strong>Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub">Moved recently? Have a new credit card? You can easily <a href="{{billing_url}}">update your billing information</a>.</p>
</td>
</tr>
Expand Down Expand Up @@ -556,4 +556,4 @@ <h3 class="align-right">{{date}}</h3></td>
</tr>
</table>
</body>
</html>
</html>
4 changes: 2 additions & 2 deletions templates/plain/receipt/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ <h3 class="align-right">{{date}}</h3></td>
<table class="body-sub" role="presentation">
<tr>
<td>
<p class="f-fallback sub">Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub"><strong>Need a printable copy for your records?</strong> You can <a href="{{action_url}}">download a PDF version</a>.</p>
<p class="f-fallback sub">Moved recently? Have a new credit card? You can easily <a href="{{billing_url}}">update your billing information</a>.</p>
</td>
</tr>
Expand Down Expand Up @@ -548,4 +548,4 @@ <h3 class="align-right">{{date}}</h3></td>
</tr>
</table>
</body>
</html>
</html>

0 comments on commit 2dbdc77

Please sign in to comment.