mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-05 09:20:25 +00:00
api-viewer: add missing </pre> closing tag
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
0aebb0d9fc
commit
7420d3f101
@ -203,7 +203,7 @@ Ext.onReady(function() {
|
||||
|
||||
if (retinf.properties) {
|
||||
returnhtml = returnhtml || '';
|
||||
returnhtml += '<pre>properties:' + Ext.htmlEncode(JSON.stringify(retinf.properties, null, 4));
|
||||
returnhtml += '<pre>properties:' + Ext.htmlEncode(JSON.stringify(retinf.properties, null, 4)) + '</pre>';
|
||||
}
|
||||
|
||||
sections.push({
|
||||
|
Loading…
Reference in New Issue
Block a user