about summary refs log tree commit diff stats
path: root/ui-tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui-tree.c')
-rw-r--r--ui-tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/ui-tree.c b/ui-tree.c index aa5dee9..52b57b7 100644 --- a/ui-tree.c +++ b/ui-tree.c
@@ -21,8 +21,7 @@ struct walk_tree_context {
21static void print_text_buffer(const char *name, char *buf, unsigned long size) 21static void print_text_buffer(const char *name, char *buf, unsigned long size)
22{ 22{
23 unsigned long lineno, idx; 23 unsigned long lineno, idx;
24 const char *numberfmt = 24 const char *numberfmt = "<a id='n%1$d' href='#n%1$d'>%1$d</a>\n";
25 "<a class='no' id='n%1$d' name='n%1$d' href='#n%1$d'>%1$d</a>\n";
26 25
27 html("<table summary='blob content' class='blob'>\n"); 26 html("<table summary='blob content' class='blob'>\n");
28 27