From: Thomas Lamprecht Date: Sat, 17 Aug 2019 10:55:02 +0000 (+0200) Subject: api-viewer: add missing closing tag X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=7420d3f1019904be51f5db6dba809df4e160a956 api-viewer: add missing closing tag Signed-off-by: Thomas Lamprecht --- diff --git a/api-viewer/PVEAPI.js b/api-viewer/PVEAPI.js index 1c34ef2..b7c0916 100644 --- a/api-viewer/PVEAPI.js +++ b/api-viewer/PVEAPI.js @@ -203,7 +203,7 @@ Ext.onReady(function() { if (retinf.properties) { returnhtml = returnhtml || ''; - returnhtml += '
properties:' + Ext.htmlEncode(JSON.stringify(retinf.properties, null, 4));
+			returnhtml += '
properties:' + Ext.htmlEncode(JSON.stringify(retinf.properties, null, 4)) + '
'; } sections.push({