mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14:56 +03:00
Update src/utils/jsonToHtml.ts
Co-Authored-By: Roman Hotsiy <gotsijroman@gmail.com>
This commit is contained in:
parent
b40cf6e706
commit
44dedfe6cd
|
@ -6,7 +6,7 @@ export function jsonToHTML(json, maxExpandLevel) {
|
|||
output += '<div class="redoc-json">';
|
||||
output += '<code>';
|
||||
output += valueToHTML(json, maxExpandLevel);
|
||||
output += '</code>'
|
||||
output += '</code>';
|
||||
output += '</div>';
|
||||
return output;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user