From 7420d3f1019904be51f5db6dba809df4e160a956 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sat, 17 Aug 2019 12:55:02 +0200 Subject: [PATCH] api-viewer: add missing closing tag Signed-off-by: Thomas Lamprecht --- api-viewer/PVEAPI.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({ -- 2.39.2