]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGLF/FORWARD/analysis2/qa/makeIndex.sh
Some fixes
[u/mrichter/AliRoot.git] / PWGLF / FORWARD / analysis2 / qa / makeIndex.sh
index 857ee725e095dede1e6525b8ec56ada4d3a51466..44754eb88020e32e39914eed82946042df4ad3bc 100755 (executable)
@@ -89,7 +89,7 @@ EOF
         <td colspan='$subspan' id='n${subpar}' class='name'>
           <span style='width: 4em' id='a${subpar}'>${subpre}</span> 
 EOF
-       if test $link -gt 0 && test -f $sub/index.html ; then 
+       if test $link -gt 0 && test -f $sub/index.html && $level -eq $maxCol; then 
            echo "        <span class='lnk' onclick='showSub(\"$sub\")'>$subtitle</span>"
            # echo "        <a href='$sub/index.html'>$subbase</a>"
        else