mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-01 04:20:27 +02:00
used span and style attr
This commit is contained in:
@@ -56,9 +56,9 @@ module log(level = "INFO", level_color) {
|
|||||||
echo(
|
echo(
|
||||||
str(
|
str(
|
||||||
"<b>",
|
"<b>",
|
||||||
"<font color='", c, "'>",
|
"<span style='color:", c, "'>",
|
||||||
lv,
|
lv,
|
||||||
"</font>",
|
"</span>",
|
||||||
"</b>"
|
"</b>"
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user