Update StackMonkey.ps1
This commit is contained in:
@@ -551,7 +551,7 @@ function Build-Checkboxes {
|
||||
$html = "<label$tooltip><input type='checkbox' id='$taskId' name='$($_.Name)' data-column='$Column'> $($_.Label)</label>"
|
||||
|
||||
if ($_.SubOptions) {
|
||||
# join inside the code‐block is fine
|
||||
# join inside the code block is fine
|
||||
$subHtml = $_.SubOptions |
|
||||
ForEach-Object {
|
||||
"<label style='margin-left:20px; display:block;'>
|
||||
|
||||
Reference in New Issue
Block a user