mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 20:20:00 +00:00
previous bug was 339332
This commit is contained in:
parent
05cccb1ed4
commit
d3ddc26c6c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user