api-viewer: add missing </pre> closing tag

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-08-17 12:55:02 +02:00
parent 0aebb0d9fc
commit 7420d3f101

View 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({