summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <fziglio@redhat.com>2019-08-06 10:39:34 +0100
committerFrediano Ziglio <fziglio@redhat.com>2019-08-06 12:45:18 +0100
commit87b9bee02f1313d3b8a696cb2501b4484cc42e57 (patch)
tree4c0c3ce4eddc24dacbe289a96c20868c3d296bae
parent61373be8eccb51ec689f884f23686e258e5f4999 (diff)
Fix double string termination in HTML pagespice-html5-0.2.2
Signed-off-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Uri Lublin <uril@redhat.com>
-rw-r--r--spice.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/spice.html b/spice.html
index 177cfc2..fc1adf6 100644
--- a/spice.html
+++ b/spice.html
@@ -176,7 +176,7 @@
<label for="host">Host:</label> <input type='text' id='host' value='localhost'> <!-- localhost -->
<label for="port">Port:</label> <input type='text' id='port' value='5959'>
<label for="password">Password:</label> <input type='password' id='password' value=''>
- <label for="show_console">Show console </label><input type="checkbox" id="show_console" value="1"">
+ <label for="show_console">Show console </label><input type="checkbox" id="show_console" value="1">
<button id="connectButton">Start</button>
</div>