Skip to content

Commit

Permalink
fix: Fix rendering Receives sections as lists
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Sep 1, 2023
1 parent cc3a489 commit 9ff7e68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<table>
<thead>
<tr>
<th><b>{{ (section.title or lang.t("RECEIVES")).rstrip(":").upper()) }}</b></th>
<th><b>{{ (section.title or lang.t("RECEIVES")).rstrip(":").upper() }}</b></th>
<th><b>{{ lang.t("DESCRIPTION") }}</b></th>
</tr>
</thead>
Expand Down

0 comments on commit 9ff7e68

Please sign in to comment.