summaryrefslogtreecommitdiff
path: root/vnc.html
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2019-03-13 14:31:17 +0100
committerSamuel Mannehed <samuel@cendio.se>2019-03-14 14:13:27 +0100
commit5a76000848de9e172b7e8aaeb9464bde13d66577 (patch)
treea790cd64629f6595a291cc0ff5f144ab9935f508 /vnc.html
parent892c3330cf56b8677b9e42ddb68cd3b6d5be43c7 (diff)
downloadnovnc-5a76000848de9e172b7e8aaeb9464bde13d66577.tar.gz
Fix invalid input type 'input'
Diffstat (limited to 'vnc.html')
-rw-r--r--vnc.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/vnc.html b/vnc.html
index c411ce1..edd5f21 100644
--- a/vnc.html
+++ b/vnc.html
@@ -215,7 +215,7 @@
<div><ul>
<li>
<label for="noVNC_setting_repeaterID">Repeater ID:</label>
- <input id="noVNC_setting_repeaterID" type="input" value="" />
+ <input id="noVNC_setting_repeaterID" type="text" value="" />
</li>
<li>
<div class="noVNC_expander">WebSocket</div>
@@ -233,7 +233,7 @@
</li>
<li>
<label for="noVNC_setting_path">Path:</label>
- <input id="noVNC_setting_path" type="input" value="websockify" />
+ <input id="noVNC_setting_path" type="text" value="websockify" />
</li>
</ul></div>
</li>