mirror of
https://gitlab.com/LazyLibrarian/LazyLibrarian.git
synced 2026-02-06 10:47:15 +00:00
Text tidying
This commit is contained in:
parent
1f8fd2f09d
commit
caf76e1d73
@ -155,7 +155,7 @@
|
||||
arr.forEach(function (item, index) {
|
||||
genres = genres + ' <a href=\'magazines?mag_filter=' + item.trim() + '\'">' + item.trim() + '</a>';
|
||||
});
|
||||
btn = btn + '<br><i><small>[' + genres + ']</i></small>'
|
||||
btn = btn + '<br><i><small>[' + genres.trim() + ']</i></small>'
|
||||
}
|
||||
return btn
|
||||
;} },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user