diff --git a/extensions/cck/browser/resources/content/cckwizard/cckwizard.js b/extensions/cck/browser/resources/content/cckwizard/cckwizard.js index 84353947b0c5..cc20eda07a6f 100755 --- a/extensions/cck/browser/resources/content/cckwizard/cckwizard.js +++ b/extensions/cck/browser/resources/content/cckwizard/cckwizard.js @@ -1762,7 +1762,7 @@ function CCKWriteInstallRDF(destdir) str = str.replace(/%descriptionline%/g, descriptionline); str = str.replace(/%description%/g, htmlEscape(document.getElementById("description").value)); } else { - str = str.replace(/%descrptionline%/g, ""); + str = str.replace(/%descriptionline%/g, ""); } var creator = document.getElementById("creator").value;