Remove typos (missing }, $)

This commit is contained in:
df 2021-03-15 11:25:21 +00:00
parent e896ec5adc
commit 58b0419de0
1 changed files with 2 additions and 1 deletions

View File

@ -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\";"