diff --git a/content/multipledataset.html b/content/multipledataset.html index f373c21f..1b13cf45 100644 --- a/content/multipledataset.html +++ b/content/multipledataset.html @@ -6,7 +6,7 @@ draft: false - + @@ -449,7 +449,7 @@ draft: false if (kv !== undefined) { const [val, unsafe] = kv[1] if (unsafe) { - td.append($("", { title: "unsafe value", role: "img", "aria-label": "Warning", style: "font-family: color-emoji;" }).text('⚠')) + td.append($("", { title: "unsafe value", role: "img", "aria-label": "Warning" }).addClass("emoji").text('⚠')) } if (unsafe && !$("#cb_unsafe").is(':checked')) { td.append($("").append(val.toString())) @@ -476,7 +476,7 @@ draft: false {{< getDataFilesName >}}