diff --git a/admin.php b/admin.php index 839161a..fa05bb3 100644 --- a/admin.php +++ b/admin.php @@ -27,7 +27,7 @@ if(isset($_GET["t"]) and is_array($_GET["t"])){ //echo($_GET["t"][$pic] . "\n
"); $new_tags = $_GET["t"][$pic]; if($_GET["chk"][$pic] == "on" or !isset($_GET["chk"])){ - $new_tags .= $_GET["mass"]; + $new_tags .= " " . $_GET["mass"]; } $output = "";