Don't hide subversions
This commit is contained in:
parent
4845e25186
commit
09c29afe32
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ for v1k in va:
|
|||
b += 1
|
||||
for v2k in v1v:
|
||||
v2v = v1v[v2k]
|
||||
if v2k == v2v[0]:
|
||||
if v2k == v2v[0] and len(v2v) == 1:
|
||||
if v2k == tag: v += '\t\t<li class="li-link active"><a href="'+v2k+'/'+url+'">'+v2k+'</a></li>\n'
|
||||
else: v += '\t\t<li class="li-link"><a href="'+v2k+'/'+url+'">'+v2k+'</a></li>\n'
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in a new issue