-rw-r--r-- | ui-tree.c | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,4 +24,5 @@ static void print_text_buffer(const char *name, char *buf, unsigned long size) html("<table summary='blob content' class='blob'>\n"); + if (ctx.cfg.linenumbers) { html("<tr><td class='linenumbers'><pre>"); idx = 0; @@ -37,4 +38,8 @@ static void print_text_buffer(const char *name, char *buf, unsigned long size) } html("</pre></td>\n"); + } + else { + html("<tr>\n"); + } if (ctx.repo->source_filter) { |