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