Skip to content

Commit

Permalink
Roles: Sub-role in italics instead of bold
Browse files Browse the repository at this point in the history
Co-authored-by: Marten van Kerkwijk <[email protected]>
  • Loading branch information
pllim and mhvk committed Aug 12, 2024
1 parent bb49a86 commit a714fad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ $( document ).ready(function(){
if (index > 0) {
blocks += '<br>';
}
blocks += '<strong>' + resp["subrole-head"] + '</strong>';
blocks += '<em>' + resp["subrole-head"] + '</em>';
}
blocks += '<p>' + resp["description"] + '</p>' +
'<ul>' + detail_list + '</ul>';
Expand Down

0 comments on commit a714fad

Please sign in to comment.