FlatHTML: javadoc fixes

This commit is contained in:
Karl Tauber
2024-06-04 13:10:52 +02:00
parent 7ba8274fd4
commit 9ade48d078

View File

@@ -75,7 +75,7 @@ public class FlatHTML
/** /**
* Updates foreground in style sheet of the HTML view. * Updates foreground in style sheet of the HTML view.
* Adds "body { color: #<foreground-hex>; }" * Adds "body { color: #&lt;foreground-hex&gt;; }"
*/ */
public static void updateRendererCSSForeground( View view, Color foreground ) { public static void updateRendererCSSForeground( View view, Color foreground ) {
Document doc = view.getDocument(); Document doc = view.getDocument();