Drop quotes for width

This commit is contained in:
Ian Gulliver
2024-11-23 06:50:13 -08:00
parent 7edb04ffca
commit 3b0be4338c

View File

@@ -199,7 +199,7 @@ async function page() {
<span id="curl"></span>
<sl-copy-button from="curl"></sl-copy-button>
<script>
document.getElementById('curl').innerText = `curl -d 'm=test' ${window.location.href}`;
document.getElementById('curl').innerText = `curl -d m=test ${window.location.href}`;
</script>
</div>