mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
Maint: replace ❎ with ❌ for markdown generated tables
This commit is contained in:
@@ -9,7 +9,7 @@ func boolToMarkdown(b bool) string {
|
||||
if b {
|
||||
return "✅"
|
||||
}
|
||||
return "❎"
|
||||
return "❌"
|
||||
}
|
||||
|
||||
func markdownTableHeading(legendFields ...string) (markdown string) {
|
||||
|
||||
Reference in New Issue
Block a user