Useless HTML tags

This commit is contained in:
Pierre Rudloff 2015-04-10 23:21:57 +02:00
parent 0c10683912
commit f3d6faa8a8
2 changed files with 2 additions and 4 deletions

View file

@ -99,7 +99,6 @@ if (isset($_GET["url"])) {
echo '<img itemprop="image" class="thumb" src="',
$video->thumbnail, '" alt="" />';
?><br/>
<form action="api.php">
<input type="hidden" name="url"
value="<?php echo $video->webpage_url; ?>" />
<?php
@ -143,7 +142,6 @@ if (isset($_GET["url"])) {
<?php
}
?>
</form>
</div>
</div>
<?php