Skip to content

Commit

Permalink
add space to avoid wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
lluisd committed May 14, 2024
1 parent 67c8264 commit f06fabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/tempsDeFlors.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class TempsDeFlors {
if (spot.visited) {
text = `${text} (✔️${this._getScreenshotText(spot)})`
} else {
text = `${text} (❌${this._getScreenshotText(spot)}) (maps ${config.externalUrl}/p/${spot.number}) ${timetable}`
text = `${text} (❌${this._getScreenshotText(spot)}) (maps ${config.externalUrl}/p/${spot.number} ) ${timetable}`
}
return text
}
Expand Down

0 comments on commit f06fabd

Please sign in to comment.