From 8b11a426a2ad2067bf17150627b6bfbc58db1621 Mon Sep 17 00:00:00 2001 From: sash-kan Date: Mon, 22 Jun 2015 14:52:43 +0300 Subject: [PATCH] add a blank line after "Results" need a blank line between "regular text" and "code block". at least on the stackoverfow. --- .../fiddle_backbone/templates/queryMarkdownOutput.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/resources/ui/sqlfiddle/www/javascript/fiddle_backbone/templates/queryMarkdownOutput.html b/src/main/resources/ui/sqlfiddle/www/javascript/fiddle_backbone/templates/queryMarkdownOutput.html index 826c827..f1fb4a5 100644 --- a/src/main/resources/ui/sqlfiddle/www/javascript/fiddle_backbone/templates/queryMarkdownOutput.html +++ b/src/main/resources/ui/sqlfiddle/www/javascript/fiddle_backbone/templates/queryMarkdownOutput.html @@ -10,6 +10,7 @@ {{code_format STATEMENT}} **[Results][{{add index 2}}]**: + {{#if this.RESULTS.DATA.length}} |{{#each_simple_value_with_index this.RESULTS.COLUMNS}} {{result_display_padded ../this/RESULTS/COLUMNWIDTHS}} |{{/each_simple_value_with_index}} |{{#each_simple_value_with_index this.RESULTS.COLUMNS}}{{divider_display ../this/RESULTS/COLUMNWIDTHS}}{{/each_simple_value_with_index}}{{#each this.RESULTS.DATA}}