mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-22 22:34:53 -04:00
Fixed: History taking a long time to change pages
Fixed: Series search results will show the year in italics if its not part of the title
This commit is contained in:
@@ -68,6 +68,6 @@ define(
|
||||
return this.title;
|
||||
}
|
||||
|
||||
return '{0} ({1})'.format(this.title, this.year);
|
||||
return new Handlebars.SafeString('{0} <em>({1})</em>'.format(this.title, this.year));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user