1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-12-04 15:12:23 -05:00

Fix missing css tag for text color.

This commit is contained in:
Alexandre Beloin 2015-02-14 13:48:47 -05:00
parent e7f7167567
commit 7d3382dc07

View File

@ -51,7 +51,7 @@ $(document).ready(function () {
},
success: function (data) {
var firstResult = true;
var resultStr = '<fieldset>\n<legend>Search Results:</legend>\n';
var resultStr = '<fieldset>\n<legend class="legendStep">Search Results:</legend>\n';
var checked = '';
if (data.results.length === 0) {