[Pkg-mozext-commits] [SCM] perspectives-extension branch, debian, updated. 4.2-4-136-gd6962eb

Dave Schaefer dave.schaefer at gmail.com
Thu Jun 28 22:05:09 UTC 2012


The following commit has been merged in the debian branch:
commit 416eddb4f0410f4676aab5e55c0441d8d92c6356
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sun Jun 17 23:27:27 2012 -0700

    Pers_xml - Add space in key result printout

diff --git a/plugin/chrome/content/xml_notary_client.js b/plugin/chrome/content/xml_notary_client.js
index 918ad42..43867b6 100644
--- a/plugin/chrome/content/xml_notary_client.js
+++ b/plugin/chrome/content/xml_notary_client.js
@@ -98,7 +98,7 @@ var Pers_xml = {
 					":\t" + start_t + " - " + start_d + "\n";
 				out += Perspectives.strbundle.getString("keyEnd") +
 					":  \t" + end_t + " - " + end_d + "\n";
-				out += "(" + parseInt((end_t - start_t) / (3600 * 24)) +
+				out += "(" + parseInt((end_t - start_t) / (3600 * 24)) + " " +
 					Perspectives.strbundle.getString("keyDays") + ")\n\n";
 			}   
 		} 

-- 
perspectives-extension



More information about the Pkg-mozext-commits mailing list