Commit 20d70a04 authored by sedrubal's avatar sedrubal Committed by JC Brand

Use <code> instead of <span> for fingerprint

parent 5674056c
......@@ -37,7 +37,7 @@ const device_fingerprint = (o) => {
<input type="radio" name="${o.device.get('id')}" value="-1" ?checked=${o.device.get('trusted') === -1}>${i18n_untrusted}
</label>
</div>
<span class="fingerprint">${o.utils.formatFingerprint(o.device.get('bundle').fingerprint)}</span>
<code class="fingerprint">${o.utils.formatFingerprint(o.device.get('bundle').fingerprint)}</code>
</form>
</li>
`;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment