Diffstat (limited to 'ui-shared.c')
| -rw-r--r-- | ui-shared.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index c4fb437..75b97a1 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -564,7 +564,6 @@ void cgit_submodule_link(const char *class, char *path, const char *rev) html("'>"); html_txt(path); html("</a>"); - html_txt(fmt(" @ %.7s", rev)); if (item && tail) path[len - 1] = tail; } |