logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 86405847b651619af854d89d87f1277cd6ea043b
parent bf5e2f9a36a5643115c3c6105bcca5be6cda300b
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat,  6 Apr 2024 06:04:46 +0200

animelist: Use th.class for start/end

Diffstat:

Manimelist.xhtml.in6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/animelist.xhtml.in b/animelist.xhtml.in @@ -18,7 +18,7 @@ <h2 id="Dropped">Dropped</h2> <table class="sortable"> <thead> - <tr><th class="sorttable_sorted">Name</th><th>English Name</th><th>Started</th><th>Progress</th><th>Comment / Review</th></tr> + <tr><th class="sorttable_sorted">Name</th><th>English Name</th><th class="date">Started</th><th>Progress</th><th>Comment / Review</th></tr> </thead> <tbody> <!-- Bem --> @@ -45,7 +45,7 @@ <h2 id="Watched">Watched</h2> <table class="sortable"> <thead> - <tr><th class="sorttable_sorted">Name</th><th>English Name</th><th>Started</th><th>Finnished</th><th>Comment / Review</th></tr> + <tr><th class="sorttable_sorted">Name</th><th>English Name</th><th class="date">Started</th><th class="date">Finished</th><th>Comment / Review</th></tr> </thead> <tbody> <!--<tr><td>Steins;Gate: Oukoubakko no Poriomania</td></tr>--> @@ -228,7 +228,7 @@ <tr><td>ソードアート・オンライン アリシゼーション</td><td>Sword Art Online Alicization</td><td>2018-12</td><td>2019-03</td></tr> <tr><td>ソードアート・オンライン オルタナティブ ガンゲイル・オンライン</td><td>Sword Art Online Alternative: Gun Gale Online</td><td>2018-04</td><td>2018-07</td></tr> <tr><td>ソードアート・オンライン</td><td>Sword Art Online</td><td data-value="2015-00">&lt;2015</td><td data-value="2015-00">&lt;2015</td></tr> - <tr><td>ソードアート・オンラインII</td><td>Sword Art Online II</td><td>2015-01-04</td><td></td><td>This season lacks a goal, I feel like watching a Let’s play. Finnished watched w/o noticing, the ending was so bad that it was like a start of an adventure.</td></tr> + <tr><td>ソードアート・オンラインII</td><td>Sword Art Online II</td><td>2015-01-04</td><td></td><td>This season lacks a goal, I feel like watching a Let’s play. Finished watched w/o noticing, the ending was so bad that it was like a start of an adventure.</td></tr> <tr><td>ゾンビランドサガ</td><td>Zombie Land Saga</td><td>2018-12</td><td>2018-12-20</td></tr> <tr><td>ダンガンロンパ 希望の学園と絶望の高校生 THE ANIMATION</td><td>Danganronpa: The Animation</td><td>2018-12</td><td>2018-12</td></tr> <tr><td>ダーリン・イン・ザ・フランキス</td><td>Darling in the FranXX</td><td>2018-03</td><td>2018-07-08</td><td>Evangelion meets Gurren Lagann, but quite puzzled about how good it is…</td></tr>