Drop quotes for width
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user