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

David Prévot taffit at moszumanska.debian.org
Sun Mar 22 15:08:52 UTC 2015


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

taffit pushed a commit to branch master
in repository firexpath.

commit 6b67a98c84d245238fac6d3a42ec11e40507199e
Author: pierre.tholence at gmail.com <pierre.tholence at gmail.com@dfa30af4-1965-11df-8728-136f2c2ca76e>
Date:   Sat Mar 12 17:52:49 2011 +0000

    Fixed a bug introduced by the previous revision.
    
    
    git-svn-id: http://firepath.googlecode.com/svn/trunk@27 dfa30af4-1965-11df-8728-136f2c2ca76e
---
 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