Remove bold styling tags in vnc.html
We aren't emphasizing important information with bold tags anywhere else, so we shouldn't do it here either.
This commit is contained in:
parent
83a5e9e9db
commit
4f284c2f15
2
vnc.html
2
vnc.html
|
@ -330,7 +330,7 @@
|
||||||
The server has provided the following identifying information:
|
The server has provided the following identifying information:
|
||||||
</div>
|
</div>
|
||||||
<div id="noVNC_fingerprint_block">
|
<div id="noVNC_fingerprint_block">
|
||||||
<b>Fingerprint:</b>
|
Fingerprint:
|
||||||
<span id="noVNC_fingerprint"></span>
|
<span id="noVNC_fingerprint"></span>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in New Issue