From 2dfff500314f8b47695173ac48cdb3e137d6de58 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 12 May 2013 13:53:28 +0100 Subject: [PATCH] Set 2nd param to this.childNodes[1].id Rather than a hardcoded string which we need to update later, make it relate to the inner node items ID --- lib/get-branch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/get-branch.php b/lib/get-branch.php index a996397..b8c5b8c 100644 --- a/lib/get-branch.php +++ b/lib/get-branch.php @@ -45,7 +45,7 @@ for ($i=0;$i        ".basename($fileFolderName)." "; + echo "
  •         ".basename($fileFolderName)." "; echo ''; echo $serverType=="Linux" ? substr(sprintf('%o', fileperms($docRoot.$iceRoot.$fileFolderName)), -3) : ''; echo "
  • \n";