+ [bug#56648] fix bug for create env.

This commit is contained in:
liyang
2024-11-04 08:26:08 +08:00
committed by 刘刚
parent 2ed9846543
commit 1145077957
+2 -2
View File
@@ -48,7 +48,7 @@ else
),
h::td
(
setClass('px-1 py-0'),
setClass('px-1 py-0 w-full'),
html_entity_decode(str_replace(' ', ' ', $line))
)
);
@@ -56,7 +56,7 @@ else
h::table
(
setClass('border w-full'),
setClass('border'),
$rows
);
}