Fix ugly URLs condition

This commit is contained in:
Pierre Rudloff 2017-01-16 14:22:15 +01:00
parent 4ab7b2d369
commit bb7050cf75

View file

@ -12,7 +12,7 @@
<input class="URLinput" type="url" name="url" id="url" <input class="URLinput" type="url" name="url" id="url"
required autofocus placeholder="http://example.com/video" /> required autofocus placeholder="http://example.com/video" />
</span> </span>
{if uglyUrls} {if $uglyUrls}
<input type="hidden" name="page" value="video" /> <input type="hidden" name="page" value="video" />
{/if} {/if}
<input class="downloadBtn" type="submit" value="Download" /><br/> <input class="downloadBtn" type="submit" value="Download" /><br/>