From 81de4f250c5c09820bd9b77f7659b013b5977724 Mon Sep 17 00:00:00 2001 From: rampaa Date: Sun, 11 Aug 2024 18:17:20 +0300 Subject: [PATCH] Minor --- JL.Core/Dicts/EPWING/Yomichan/EpwingYomichanUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JL.Core/Dicts/EPWING/Yomichan/EpwingYomichanUtils.cs b/JL.Core/Dicts/EPWING/Yomichan/EpwingYomichanUtils.cs index 5c2ed967..22e5bb6b 100644 --- a/JL.Core/Dicts/EPWING/Yomichan/EpwingYomichanUtils.cs +++ b/JL.Core/Dicts/EPWING/Yomichan/EpwingYomichanUtils.cs @@ -94,7 +94,7 @@ internal static class EpwingYomichanUtils _ = stringBuilder.Append(CultureInfo.InvariantCulture, $"\t{contentResult.Content}"); break; - // "div" or "a" or "tr" or "p" or "summary" or "details" or "dfn" or "img" + // "div" or "a" or "tr" or "p" or "summary" or "details" or "br" or "rp" or "table" or "thead" or "tbody" or "tfoot" or "img" default: _ = stringBuilder.Append(CultureInfo.InvariantCulture, $"\n{contentResult.Content}"); break;