forked from leftypol/leftypol
escape ampersand
This commit is contained in:
parent
7595d6b660
commit
16adc1ff05
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
$params = '?v=' . urlencode($_GET['v']) . '&t=' . urlencode($_GET['t']);
|
$params = '?v=' . urlencode($_GET['v']) . '&t=' . urlencode($_GET['t']);
|
||||||
$loop = ($_GET['loop'] != "0");
|
$loop = ($_GET['loop'] != "0");
|
||||||
?><!DOCTYPE html>
|
?><!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue