diff --git a/samy.ps1 b/samy.ps1
index 81263f6..abf7f7e 100644
--- a/samy.ps1
+++ b/samy.ps1
@@ -801,21 +801,30 @@ if (-not $Global:SamyTasks) {
$labelText = Escape-HtmlText ([string]$_.Label)
- $html = ""
+ $taskIdAttr = Escape-HtmlAttr ([string]$taskId)
+ $nameAttr = Escape-HtmlAttr ([string]$_.Name)
+ $colAttr = Escape-HtmlAttr ([string]$Column)
+
+ $html = ""
if ($_.SubOptions) {
$subHtml = (
$_.SubOptions |
ForEach-Object {
- $subLabel = Escape-HtmlText ([string]$_.Label)
- "