Revert an unnecessary change in textmode classes

This commit is contained in:
jos 2018-08-22 12:53:23 +02:00
parent 38a54ab9de
commit 30d7a7b2a6
1 changed files with 1 additions and 1 deletions

View File

@ -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>';