-
-
diff --git a/www/js/app.js b/www/js/app.js
index 7f3c94ce..bd79d9f2 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -2019,7 +2019,7 @@ function populateListOfArticles (dirEntryArray, reportingSearch) {
// Info: encodeURIComponent encodes all characters except A-Z a-z 0-9 - _ . ! ~ * ' ( )
var dirEntryStringId = encodeURIComponent(dirEntry.toStringId());
articleListDivHtml += '
' + dirEntry.getTitleOrUrl() + '';
+ '" class="list-group-item" role="option">' + dirEntry.getTitleOrUrl() + '';
}
// innerHTML required for this line