]> git.proxmox.com Git - pve-docs.git/commitdiff
api-viewer: add missing </pre> closing tag
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 17 Aug 2019 10:55:02 +0000 (12:55 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 17 Aug 2019 10:55:02 +0000 (12:55 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
api-viewer/PVEAPI.js

index 1c34ef2e850deca859d107e2644bf582cf42fdf5..b7c09166c8018be9956b1e595d230eeb868d5bed 100644 (file)
@@ -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({