1
0
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:
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( echo(
str( str(
"<b>", "<b>",
"<font color='", c, "'>", "<span style='color:", c, "'>",
lv, lv,
"</font>", "</span>",
"</b>" "</b>"
) )
); );