mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
Merge remote-tracking branch 'origin/GP-0-dragonmacher-test-fixes-2-26-24'
This commit is contained in:
commit
b380fd5fa6
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ public class HTMLUtilities {
|
||||||
Object colorAttribute = attributes.getAttribute(StyleConstants.Foreground);
|
Object colorAttribute = attributes.getAttribute(StyleConstants.Foreground);
|
||||||
if (colorAttribute instanceof Color fgColor) {
|
if (colorAttribute instanceof Color fgColor) {
|
||||||
String hexColor = HTMLUtilities.toHexString(fgColor);
|
String hexColor = HTMLUtilities.toHexString(fgColor);
|
||||||
color = "color: % s;".formatted(hexColor);
|
color = "color: %s;".formatted(hexColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
String escaped = escapeHTML(text);
|
String escaped = escapeHTML(text);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue