Skip to content
Snippets Groups Projects
Commit 6cb32c6b authored by Anjan Kaur's avatar Anjan Kaur Committed by GitHub Enterprise
Browse files

small fix

parent 81bc953d
No related branches found
No related tags found
No related merge requests found
......@@ -280,7 +280,7 @@ function displayStringIfExists(object,key,str){
%>
<%- displayStringIfExists(schema,"title","# "+schema["title"]) %>
<%- HelperFunctions.getDependencies(dependencyMap,schema) %>
<% HelperFunctions.displayType(schema,1) %>
<%- HelperFunctions.displayType(schema,1) %>
<%- displayIfExists(schema,"description") %>
<%- HelperFunctions.getSimpleKeywords(schema) %>
<% if(schema.properties && Object.keys(schema.properties).length > 0){ %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment