This commit is contained in:
liumengyi
2024-05-21 10:06:40 +08:00
parent 07ac939c47
commit 30badccc3f
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -60,13 +60,13 @@ if($confirm != 'yes')
setClass('step-item-id mr-2'),
$step->name
),
div(html(nl2br(zget($step, 'desc', ''))))
div(html(html_entity_decode(nl2br(zget($step, 'desc', '')))))
)
),
h::td
(
setClass('text-left border'),
html(nl2br(zget($step, 'expect')))
html(html_entity_decode(nl2br(zget($step, 'expect'))))
),
h::td
(