From 7c407afedee16944c33093ce83580259fc6ebad9 Mon Sep 17 00:00:00 2001 From: projectdx Date: Sat, 20 Aug 2022 23:21:59 +0900 Subject: [PATCH] =?UTF-8?q?=EC=95=A0=EB=8B=88=EB=9D=BC=EC=9D=B4=ED=94=84?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80=20=EB=B0=8F=20=EC=95=A0=EB=8B=8824=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/anime_downloader_ohli24_category.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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) {