mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
[MIRROR] more font tag replacements (#10264)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
f2793fc77c
commit
0854b83265
@@ -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++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user