Skip to content
Snippets Groups Projects
Commit 48cfa07e authored by Robin Venneman's avatar Robin Venneman
Browse files

Fixes #53 template error when description is missing

parent 1bc7c709
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,9 @@ ...@@ -12,7 +12,9 @@
``` ```
<% if (schema.description!==undefined) { %>
<%- schema.description.replace(/\n/g, '\n\n') %> <%- schema.description.replace(/\n/g, '\n\n') %>
<% } %>
<%= table %> <%= table %>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment