mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-12-22 17:42:40 +00:00
Minor fix of spacing after title tag - OCD correction
This commit is contained in:
parent
6515e13c83
commit
768534d4ad
@ -81,9 +81,9 @@
|
|||||||
echo " <meta property=\"og:url\" content=\"http://img.unps-gama.info/index.php?img=".$_GET['img']."\" />\n";
|
echo " <meta property=\"og:url\" content=\"http://img.unps-gama.info/index.php?img=".$_GET['img']."\" />\n";
|
||||||
echo " <meta property=\"og:image\" content=\"http://img.unps-gama.info/Pictures/".$_GET['img']."\" />\n";
|
echo " <meta property=\"og:image\" content=\"http://img.unps-gama.info/Pictures/".$_GET['img']."\" />\n";
|
||||||
echo " <meta property=\"og:description\" content=\"".$_GET['img']."\" />\n";
|
echo " <meta property=\"og:description\" content=\"".$_GET['img']."\" />\n";
|
||||||
echo " <title>UnPS-GAMA Image Host - Now Showing: ".$_GET['img']."</title>";
|
echo " <title>UnPS-GAMA Image Host - Now Showing: ".$_GET['img']."</title>\n";
|
||||||
}else{
|
}else{
|
||||||
echo "<title>UnPS-GAMA Image Host</title>";
|
echo "<title>UnPS-GAMA Image Host</title>\n";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
|
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
|
||||||
|
Loading…
Reference in New Issue
Block a user