fix(pr-comment): added missing details open tag (#2425)

authored by Jakob Guddas and committed by GitHub f70d5f51 30e0d55b

+1
scripts/generateChangedIconsCommentMarkup.mjs
··· 122 122 <summary>Icon X-rays</summary> 123 123 ${changeFilesXRayImageTags} 124 124 </details> 125 + <details> 125 126 <summary>Icon Diffs</summary> 126 127 ${changeFilesDiffImageTags} 127 128 </details>