We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f88f6f4 commit 64dbad0Copy full SHA for 64dbad0
ADBOS/Display.pm
@@ -337,7 +337,7 @@ sub ship($$$)
337
all => $all,
338
user => $user,
339
tasks => \@tasks,
340
- period => ($period // 1),
+ period => ($period || 1),
341
title => $title
342
};
343
templates/ships.html
@@ -32,7 +32,7 @@ <h1>[% ship.name | html_entity %]</h1>
32
<p>Showing only extant and recently rectified OPDEFs. (<a href="?all=1">Show
33
all OPDEFs</a>.)</p>
34
[% END %]
35
- <table>
+ <table class="opdeflist">
36
[% FOREACH opdef IN opdefs %]
37
38
[% IF opdef.modified.epoch > time - 86400 * period %]
0 commit comments