File tree Expand file tree Collapse file tree
app/viewer/views/playerview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ func (t *PlayersTemplates) GenerateRecords() error {
109109 logus .Debug ("neutralPlayers=" , logus .Items (neutralPlayers , "neutralPlayers" ))
110110
111111 if len (systemTags ) > 0 || len (regionTags ) > 0 {
112- t .neutral .mainTable .ViewBeginning = "**Neutral players in tracked systems and regions**\n ```json"
112+ t .neutral .mainTable .ViewBeginning = "**Neutral players in tracked systems and regions**\n ```json\n "
113113 t .neutral .mainTable .ViewEnd = "```\n "
114114
115115 for _ , playerVars := range neutralPlayers {
@@ -118,7 +118,7 @@ func (t *PlayersTemplates) GenerateRecords() error {
118118 }
119119
120120 if (len (systemTags ) > 0 || len (regionTags ) > 0 ) && len (enemyTags ) > 0 {
121- t .enemies .mainTable .ViewBeginning = "**Enemy players in tracked systems and regions**\n ```diff"
121+ t .enemies .mainTable .ViewBeginning = "**Enemy players in tracked systems and regions**\n ```diff\n "
122122 t .enemies .mainTable .ViewEnd = "```\n "
123123
124124 for _ , playerVars := range enemyPlayers {
@@ -127,7 +127,7 @@ func (t *PlayersTemplates) GenerateRecords() error {
127127 }
128128
129129 if len (friendTags ) > 0 {
130- t .friends .mainTable .ViewBeginning = "**Friend players in all systems and regions**\n ```diff"
130+ t .friends .mainTable .ViewBeginning = "**Friend players in all systems and regions**\n ```diff\n "
131131 t .friends .mainTable .ViewEnd = "```\n "
132132
133133 for _ , playerVars := range friendPlayers {
You can’t perform that action at this time.
0 commit comments