[MIRROR] more font tag replacements (#10264)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-03-01 23:52:41 +01:00
committed by GitHub
co-authored by Kashargul
parent f2793fc77c
commit 0854b83265
118 changed files with 937 additions and 915 deletions
@@ -89,7 +89,7 @@
HTML += " <td>[L.definition]</td>"
HTML += " <td>[L.suggested_punishments]</td>"
HTML += " <td>[L.notes]</td>"
HTML += " <td>[L.mandated ? "<font color='red'>Yes</font>" : "<font color='green'>No</font>"]</td>"
HTML += " <td>[L.mandated ? span_red("Yes") : span_green("No")]</td>"
HTML += " </tr>"
j++