Skip to content

Commit

Permalink
workaround for pugjs/pug#3263
Browse files Browse the repository at this point in the history
  • Loading branch information
paulwalko committed Sep 7, 2021
1 parent d65fb00 commit 9f07863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/webtools/officers.pug
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</tr>

- let i = 0
each officer in officers
each oicer in oicers
if i % 2 === 0
<tr bgcolor="#CCCCCC">
else
Expand Down

0 comments on commit 9f07863

Please sign in to comment.