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