mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 06:37:05 +01:00
more font tag replacements (#17123)
* more font tag replacements * few more * more span conversion (#9) --------- Co-authored-by: Nadyr <41974248+Darlantanis@users.noreply.github.com>
This commit is contained in:
@@ -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