1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-01-17 14:18:13 +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

@ -56,9 +56,9 @@ module log(level = "INFO", level_color) {
echo(
str(
"<b>",
"<font color='", c, "'>",
"<span style='color:", c, "'>",
lv,
"</font>",
"</span>",
"</b>"
)
);