forked from hummypkg/sweeper
fix code error
This commit is contained in:
parent
1772726afe
commit
f7ad415031
@ -1,7 +1,7 @@
|
|||||||
Package: sweeper
|
Package: sweeper
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Section: misc
|
Section: misc
|
||||||
Version: 2.0.7-2
|
Version: 2.0.7-3
|
||||||
Architecture: mipsel
|
Architecture: mipsel
|
||||||
Maintainer: af123@hummypkg.org.uk
|
Maintainer: af123@hummypkg.org.uk
|
||||||
Depends: webif(>=1.0.16)
|
Depends: webif(>=1.0.16)
|
||||||
|
@ -29,7 +29,7 @@ set stub ""
|
|||||||
foreach part [split $dir /] {
|
foreach part [split $dir /] {
|
||||||
if {$stub eq "/"} { set name $part } else { set name "/$part" }
|
if {$stub eq "/"} { set name $part } else { set name "/$part" }
|
||||||
append stub $name
|
append stub $name
|
||||||
puts "<a href=\"/browse?dir=[cgi_quote_url $stub]\">$name</a>
|
puts "<a href=\"/browse?dir=[cgi_quote_url $stub]\">$name</a>"
|
||||||
}
|
}
|
||||||
puts {
|
puts {
|
||||||
<span id=pendingnote class="blood hidden">
|
<span id=pendingnote class="blood hidden">
|
||||||
|
Loading…
Reference in New Issue
Block a user