Revert an unnecessary change in textmode classes
This commit is contained in:
parent
38a54ab9de
commit
30d7a7b2a6
|
@ -845,7 +845,7 @@ textmode._renderValidationErrors = function(errors) {
|
||||||
'<td>' + error.message + '</td>';
|
'<td>' + error.message + '</td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
return '<tr><td><button class="jsoneditor-button jsoneditor-schema-error"></button></td>' + message + '</tr>'
|
return '<tr><td><button class="jsoneditor-schema-error"></button></td>' + message + '</tr>'
|
||||||
}).join('') +
|
}).join('') +
|
||||||
'</tbody>' +
|
'</tbody>' +
|
||||||
'</table>';
|
'</table>';
|
||||||
|
|
Loading…
Reference in New Issue