From a714fada1b2559627a3f695ea0d7544617c8cf59 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Fri, 9 Aug 2024 20:35:34 -0400 Subject: [PATCH] Roles: Sub-role in italics instead of bold Co-authored-by: Marten van Kerkwijk --- js/functions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/functions.js b/js/functions.js index f846232d..3ecb86d5 100755 --- a/js/functions.js +++ b/js/functions.js @@ -125,7 +125,7 @@ $( document ).ready(function(){ if (index > 0) { blocks += '
'; } - blocks += '' + resp["subrole-head"] + ''; + blocks += '' + resp["subrole-head"] + ''; } blocks += '

' + resp["description"] + '

' + '';