diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-01-07 14:13:15 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-07 13:13:15 +0000 |
| commit | 265df6c29f4d142a372917dd708bfba780f7cfbc (patch) | |
| tree | 56472b837fcd13eae37fc8debbde34d8b6324829 /tools/test-helper | |
| parent | e09b55f00f4213a76285e90825dfab570a051359 (diff) | |
Remove closing slashes from img tags (#5665)
Diffstat (limited to 'tools/test-helper')
| -rw-r--r-- | tools/test-helper/src/extension.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/test-helper/src/extension.ts b/tools/test-helper/src/extension.ts index 2e2b7d21..b98b4bad 100644 --- a/tools/test-helper/src/extension.ts +++ b/tools/test-helper/src/extension.ts @@ -474,7 +474,7 @@ function getWebviewContent( data-vscode-context='{"webviewSection":"png"}' src="${webViewSrcs.png}" alt="Placeholder" - /> + > </div> <div> @@ -484,7 +484,7 @@ function getWebviewContent( data-vscode-context='{"webviewSection":"ref"}' src="${webViewSrcs.ref}" alt="Placeholder" - /> + > </div> </div> ${stdoutHtml} |
