1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 06:08:31 +01:00

used span and style attr

This commit is contained in:
Justin Lin 2017-04-18 18:02:18 +08:00
parent f66ee1814a
commit c655a3f651

View File

@ -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>"
)
);