Remove typos (missing }, $)
This commit is contained in:
parent
e896ec5adc
commit
58b0419de0
@ -271,6 +271,7 @@ if {$type ne "ts"} {
|
||||
<th>Size</th>
|
||||
<td>$sz</td>
|
||||
</tr>"
|
||||
}
|
||||
|
||||
set hasffmpeg 0
|
||||
if {$type ne "ts" || ("ODEncrypted" ni $flags && $url eq "") } {
|
||||
@ -286,7 +287,7 @@ puts "
|
||||
</table>
|
||||
"
|
||||
|
||||
if {hasffmpeg} {
|
||||
if {$hasffmpeg} {
|
||||
set url "/browse/ffmpeg.jim?file=[cgi_quote_url $file]"
|
||||
puts { <script type="text/javascript"> }
|
||||
puts "var url = \"$url\";"
|
||||
|
Loading…
Reference in New Issue
Block a user