Fix variable name
This commit is contained in:
parent
49b38fa318
commit
c9db4d0d2e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<h3><label for="format">Available formats:</label></h3>
|
||||
<form action="{path_for name="redirect"}">
|
||||
<input type="hidden" name="url" value="{$video->webpage_url}" />
|
||||
{if uglyUrls}
|
||||
{if $uglyUrls}
|
||||
<input type="hidden" name="page" value="redirect" />
|
||||
{/if}
|
||||
<select name="format" id="format" class="formats monospace">
|
||||
|
|
Loading…
Reference in a new issue