diff options
Diffstat (limited to 'ui-tree.c')
| -rw-r--r-- | ui-tree.c | 3 |
1 files changed, 1 insertions, 2 deletions
| @@ -21,8 +21,7 @@ struct walk_tree_context { | |||
| 21 | static void print_text_buffer(const char *name, char *buf, unsigned long size) | 21 | static 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 | ||
