Bug 631974: "Finished the undefined study" for a study with empty results. r+a=dtownsend DONTBUILD

This commit is contained in:
Dave Townsend 2011-02-09 15:53:02 -08:00
parent 345ecc4580
commit 6f6a3c1876

View File

@ -390,8 +390,7 @@ TestPilotExperiment.prototype = {
getService(Components.interfaces.nsIStringBundleService).
createBundle("chrome://testpilot/locale/main.properties");
let link =
'<a href="' + this.infoPageUrl + '">&quot;' + this.title +
'&quot;</a>';
'<a href="' + self.infoPageUrl + '">' + self.title + '</a>';
content =
'<h2>' + stringBundle.formatStringFromName(
"testpilot.finishedTask.finishedStudy", [link], 1) + '</h2>' +