Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoleoncio committed Oct 19, 2023
1 parent e8c5577 commit 6fc9831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/triage.php
Original file line number Diff line number Diff line change
Expand Up @@ -745,7 +745,8 @@ class="diff diff-mobile diff-contentalign-left diff-editfont-monospace w3-hide-l
<p class='<?=$oldid['class']?>'>
<strong><?=$oldid['user']?></strong>
<br>
<?=$oldid['timestamp']?>
<a href="<?=$contest['endpoint'];?>?diff=<?=$oldid['revid']?>"
target="_blank" rel="noopener"><?=$oldid['timestamp']?></a>
<br>
<span class='w3-text-<?=$oldid['color']?>'><?=$oldid['bytes']?> bytes</span>
</p>
Expand Down

0 comments on commit 6fc9831

Please sign in to comment.