Input type image is not allowed to have values
This commit is contained in:
parent
45c644a68d
commit
892c3330cf
3
vnc.html
3
vnc.html
|
@ -113,8 +113,7 @@
|
||||||
id="noVNC_mouse_button4" class="noVNC_button"
|
id="noVNC_mouse_button4" class="noVNC_button"
|
||||||
title="Active Mouse Button"/>
|
title="Active Mouse Button"/>
|
||||||
<input type="image" alt="Keyboard" src="app/images/keyboard.svg"
|
<input type="image" alt="Keyboard" src="app/images/keyboard.svg"
|
||||||
id="noVNC_keyboard_button" class="noVNC_button"
|
id="noVNC_keyboard_button" class="noVNC_button" title="Show Keyboard" />
|
||||||
value="Keyboard" title="Show Keyboard" />
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Extra manual keys -->
|
<!-- Extra manual keys -->
|
||||||
|
|
Loading…
Reference in New Issue