mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
fixed some quote issues.
This commit is contained in:
@@ -14,7 +14,7 @@ define(['app','backgrid'], function () {
|
||||
|
||||
if (this.column.get('sortable')) {
|
||||
this.$el.addClass('clickable');
|
||||
this.$el.append(' <i class='pull-right'></i>');
|
||||
this.$el.append(' <i class="pull-right"></i>');
|
||||
|
||||
if (this.collection.state) {
|
||||
var sortKey = this.collection.state.sortKey;
|
||||
|
Reference in New Issue
Block a user