Fix display of board names containing special characters in custom board list. #2473
This commit is contained in:
parent
5979dff560
commit
b3ca1df7a0
@ -237,7 +237,7 @@ Header =
|
|||||||
else
|
else
|
||||||
a = $.el 'a',
|
a = $.el 'a',
|
||||||
href: "/#{g.BOARD.ID}/"
|
href: "/#{g.BOARD.ID}/"
|
||||||
textContent: text or g.BOARD.ID
|
textContent: text or decodeURIComponent(g.BOARD.ID)
|
||||||
className: 'current'
|
className: 'current'
|
||||||
if /-nt/.test t
|
if /-nt/.test t
|
||||||
a.target = '_blank'
|
a.target = '_blank'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user