Skip to content

Commit

Permalink
Fix missing closing tag in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
3w36zj6 committed Sep 8, 2024
1 parent 925c1ea commit 2f88bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Template/Manual/Directives.pod
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ directives.
[% BLOCK tabrow %]
<tr>
<td>[% name %]<td>
<td>[% name %]</td>
<td>[% email %]</td>
</tr>
[% END %]
Expand Down

0 comments on commit 2f88bf0

Please sign in to comment.