Useless HTML tags
This commit is contained in:
parent
0c10683912
commit
f3d6faa8a8
2 changed files with 2 additions and 4 deletions
2
api.php
2
api.php
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue