mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
fixed some quote issues.
This commit is contained in:
parent
769331d45d
commit
ee28926da0
8 changed files with 54 additions and 54 deletions
|
@ -32,7 +32,7 @@ define(['app', 'Cells/NzbDroneCell' ], function () {
|
|||
|
||||
}
|
||||
|
||||
this.$el.html('<i class='{0}' title='{1}'/>'.format(icon, toolTip));
|
||||
this.$el.html('<i class="{0}" title="{1}"/>'.format(icon, toolTip));
|
||||
}
|
||||
|
||||
return this;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue