Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
rampaa committed Aug 11, 2024
1 parent 66283d1 commit 81de4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JL.Core/Dicts/EPWING/Yomichan/EpwingYomichanUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 81de4f2

Please sign in to comment.