diff --git a/templates/anime_downloader_ohli24_category.html b/templates/anime_downloader_ohli24_category.html index 3170d21..b18c225 100644 --- a/templates/anime_downloader_ohli24_category.html +++ b/templates/anime_downloader_ohli24_category.html @@ -133,11 +133,11 @@ str += '
'; str += ''; str += '
'; - str += '
' - // str += '
'; + // str += '
' + str += '
'; for (let i in data.anime_list) { - // tmp = '
'; + tmp = '
'; tmp += '
'; // tmp += ''; tmp += ''; @@ -149,12 +149,12 @@ tmp += '' + data.anime_list[i].title + ''; tmp += '
'; tmp += '
'; - // tmp += '
'; + tmp += '
'; str += tmp } - // str += '
'; - str += '
'; + str += '
'; + // str += ''; str += m_hr_black(); if (page > 1) {