Skip to content

Commit 4df621c

Browse files
authored
add missing comma (#435)
1 parent ffd22ea commit 4df621c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ros_buildfarm/templates/status/release_status_page.html.em

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<a href="?q=RED">RED</a>,
6060
<a href="?q=ORANGE">ORANGE</a>,
6161
<a href="?q=YELLOW">YELLOW</a>,
62-
<a href="?q=GRAY">GRAY</a>
62+
<a href="?q=GRAY">GRAY</a>,
6363
<a href="?q=UNMAINTAINED" title="Filter packages with unmaintained status">UNMAINTAINED</a>
6464
</p>
6565
<form action="?">

0 commit comments

Comments
 (0)