[Spice-commits] spice.html

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Aug 6 11:45:50 UTC 2019


 spice.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 87b9bee02f1313d3b8a696cb2501b4484cc42e57
Author: Frediano Ziglio <fziglio at redhat.com>
Date:   Tue Aug 6 10:39:34 2019 +0100

    Fix double string termination in HTML page
    
    Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
    Acked-by: Uri Lublin <uril at redhat.com>

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>
 


More information about the Spice-commits mailing list