AniDex Forums

AniDex => Bugs => Topic started by: atrealis on May 26, 2018, 11:40:14 am

Title: some HTML minor bugs
Post by: atrealis on May 26, 2018, 11:40:14 am
from
Code: (html) [Select]
<meta name="description" content=A torrent tracker specialising in content from East Asia, including anime, manga, music, adult videos and more.>to
Code: (html) [Select]
<meta name="description" content="A torrent tracker specialising in content from East Asia, including anime, manga, music, adult videos and more.">
Code: [Select]
https://anidex.info/rss/?cat=somecat&q=somesearch
Code: (php) [Select]
echo '/rss/?'.if(isset($_GET['cat'])){echo 'cat='.$_GET['cat'];}.'&'.if(isset($_GET['q'])){echo 'q='.$_GET['q'];};
You forgot to close the <div class="container"> on your hologfx website.