Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 4896602

Browse files
committed
Bug 1532632 - Followup: replace readonly="true" with readonly="readonly" in certViewer.xul's second textarea. r=me
1 parent 37d309e commit 4896602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/manager/pki/resources/content/certViewer.xul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116
<tr>
117117
<th scope="row" data-l10n-id="certmgr-cert-detail-sha-256-fingerprint"></th>
118118
<td>
119-
<textarea id="sha256fingerprint" class="plain" readonly="true"
119+
<textarea id="sha256fingerprint" class="plain" readonly="readonly"
120120
style="height: 6ex; width: 48ch; font-family: monospace; background: none;"/>
121121
</td>
122122
</tr>

0 commit comments

Comments
 (0)