AniDex > Bugs
some HTML minor bugs
(1/1)
atrealis:
* On headers, content of meta description should be inside quotation marksfrom
--- Code: (html) ---<meta name="description" content=A torrent tracker specialising in content from East Asia, including anime, manga, music, adult videos and more.>
--- End code ---
to
--- Code: (html) ---<meta name="description" content="A torrent tracker specialising in content from East Asia, including anime, manga, music, adult videos and more.">
--- End code ---
* On searching results (and since the website support it), RSS button link should include search query in it's content
--- Code: ---https://anidex.info/rss/?cat=somecat&q=somesearch
--- End code ---
--- Code: (php) ---echo '/rss/?'.if(isset($_GET['cat'])){echo 'cat='.$_GET['cat'];}.'&'.if(isset($_GET['q'])){echo 'q='.$_GET['q'];};
--- End code ---
* As a side noteYou forgot to close the <div class="container"> on your hologfx website.
Navigation
[0] Message Index
Go to full version