diff --git a/src/root/jobset.tt b/src/root/jobset.tt index b53a9af2..b775ddbd 100644 --- a/src/root/jobset.tt +++ b/src/root/jobset.tt @@ -119,7 +119,7 @@ [% IF jobset.errormsg || jobset.fetcherrormsg %]
-

Errors occurred at [% INCLUDE renderDateTime timestamp=jobset.errortime %].

+

Errors occurred at [% INCLUDE renderDateTime timestamp=(jobset.errortime || jobset.lastcheckedtime) %].

[% HTML.escape(jobset.fetcherrormsg || jobset.errormsg) %]
[% END %]