mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 05:32:14 +00:00
Test fixes
This commit is contained in:
parent
5a4315fb39
commit
aee400a377
@ -391,7 +391,7 @@ public class HTMLUtilities {
|
||||
Object colorAttribute = attributes.getAttribute(StyleConstants.Foreground);
|
||||
if (colorAttribute instanceof Color fgColor) {
|
||||
String hexColor = HTMLUtilities.toHexString(fgColor);
|
||||
color = "color: % s;".formatted(hexColor);
|
||||
color = "color: %s;".formatted(hexColor);
|
||||
}
|
||||
|
||||
String escaped = escapeHTML(text);
|
||||
|
Loading…
Reference in New Issue
Block a user