mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Fix line highlighting in HackerNews and Todo modules
This commit is contained in:
@@ -114,7 +114,7 @@ func (widget *Widget) contentFrom(stories []Story) string {
|
||||
for idx, story := range stories {
|
||||
u, _ := url.Parse(story.URL)
|
||||
str = str + fmt.Sprintf(
|
||||
`["%d"][%s] [yellow]%d. [%s]%s [blue](%s)[""]`,
|
||||
`["%d"][""][%s] [yellow]%d. [%s]%s [blue](%s)[""]`,
|
||||
idx,
|
||||
widget.rowColor(idx),
|
||||
idx+1,
|
||||
|
||||
Reference in New Issue
Block a user