previous bug was 339332

This commit is contained in:
mkaply%us.ibm.com 2006-06-14 18:07:18 +00:00
parent 05cccb1ed4
commit d3ddc26c6c

View File

@ -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;