[Pkg-mozext-commits] [firexpath] 05/12: Fixed a bug introduced by the previous revision.

David Prévot taffit at moszumanska.debian.org
Sat Mar 26 19:35:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to tag FirePath-0.9.6
in repository firexpath.

commit b3fb6101e13a9a46cc851671ce7304caab9014fe
Author: pierre.tholence <pierre.tholence at gmail.com>
Date:   Sat Mar 12 17:52:49 2011 +0000

    Fixed a bug introduced by the previous revision.
---
 content/FirePathPanel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/FirePathPanel.js b/content/FirePathPanel.js
index 0f85581..3f60d8e 100644
--- a/content/FirePathPanel.js
+++ b/content/FirePathPanel.js
@@ -998,7 +998,7 @@ FBL.getTagName = function(node) {
 		//lower case only for HTML document
 		return name.toLowerCase();
 	} else {
-		return prefix + ":" + name;
+		return (prefix? prefix + ':': '') + name;
 	}
 }
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firexpath.git



More information about the Pkg-mozext-commits mailing list