diff --git a/security/manager/pki/resources/content/crlImportDialog.js b/security/manager/pki/resources/content/crlImportDialog.js index add01b888e50..879b0176d4f7 100644 --- a/security/manager/pki/resources/content/crlImportDialog.js +++ b/security/manager/pki/resources/content/crlImportDialog.js @@ -56,7 +56,7 @@ function onLoad() var nextUpdate = document.getElementById("nextUpdate"); nextUpdate.setAttribute("value",nextUpdateStr); var org = document.getElementById("orgText"); - org.value = crl.org; + org.setAttribute("value",crl.org); var orgUnit = document.getElementById("orgUnitText"); orgUnit.setAttribute("value",crl.orgUnit); diff --git a/security/manager/pki/resources/locale/en-US/pref-validation.dtd b/security/manager/pki/resources/locale/en-US/pref-validation.dtd index 693197f54c95..c3d8bfdec5ee 100644 --- a/security/manager/pki/resources/locale/en-US/pref-validation.dtd +++ b/security/manager/pki/resources/locale/en-US/pref-validation.dtd @@ -36,14 +36,14 @@ - + - +