Fix ugly URLs condition
This commit is contained in:
parent
4ab7b2d369
commit
bb7050cf75
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
<input class="URLinput" type="url" name="url" id="url"
|
||||
required autofocus placeholder="http://example.com/video" />
|
||||
</span>
|
||||
{if uglyUrls}
|
||||
{if $uglyUrls}
|
||||
<input type="hidden" name="page" value="video" />
|
||||
{/if}
|
||||
<input class="downloadBtn" type="submit" value="Download" /><br/>
|
||||
|
|
Loading…
Reference in a new issue