Skip to content

Commit a714fad

Browse files
pllimmhvk
andcommitted
Roles: Sub-role in italics instead of bold
Co-authored-by: Marten van Kerkwijk <[email protected]>
1 parent bb49a86 commit a714fad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/functions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ $( document ).ready(function(){
125125
if (index > 0) {
126126
blocks += '<br>';
127127
}
128-
blocks += '<strong>' + resp["subrole-head"] + '</strong>';
128+
blocks += '<em>' + resp["subrole-head"] + '</em>';
129129
}
130130
blocks += '<p>' + resp["description"] + '</p>' +
131131
'<ul>' + detail_list + '</ul>';

0 commit comments

Comments
 (0)