diff --git a/module/program/view/browsebylist.html.php b/module/program/view/browsebylist.html.php
index d09aba1970..26ccc85a48 100644
--- a/module/program/view/browsebylist.html.php
+++ b/module/program/view/browsebylist.html.php
@@ -194,7 +194,7 @@ $(function()
$('#programForm').on('tableNestStateChanged', function()
{
- /* Ensure visible progress pie inited after toggle nest states */
+ /* Ensure visible progress pie inited after toggle nest states. */
$('.progress-pie:visible').progressPie();
});
});