diff options
| author | Elis Eriksson <spelis.tech@gmail.com> | 2026-07-02 23:47:36 +0200 |
|---|---|---|
| committer | Elis Eriksson <spelis.tech@gmail.com> | 2026-07-02 23:47:36 +0200 |
| commit | e9abfd32cc5144c4e955e1f140ff5c5539586b76 (patch) | |
| tree | ee2bcaf7938e44ab073d00e42cc4ec672e9f99af /ui-shared.c | |
| parent | a16b9477d951ae45ce6d8efc13d2dbc30d54dbdf (diff) | |
| download | cgit-e9abfd32cc5144c4e955e1f140ff5c5539586b76.tar cgit-e9abfd32cc5144c4e955e1f140ff5c5539586b76.tar.gz cgit-e9abfd32cc5144c4e955e1f140ff5c5539586b76.tar.bz2 cgit-e9abfd32cc5144c4e955e1f140ff5c5539586b76.tar.lz cgit-e9abfd32cc5144c4e955e1f140ff5c5539586b76.tar.xz cgit-e9abfd32cc5144c4e955e1f140ff5c5539586b76.tar.zst cgit-e9abfd32cc5144c4e955e1f140ff5c5539586b76.zip | |
Diffstat (limited to 'ui-shared.c')
| -rw-r--r-- | ui-shared.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui-shared.c b/ui-shared.c index b743d75..2f8d5c3 100644 --- a/ui-shared.c +++ b/ui-shared.c @@ -1084,7 +1084,7 @@ void cgit_print_pageheader(void) if (!ctx.env.authenticated || !ctx.cfg.noheader) print_header(); - html("<table class='tabs'><tr><td>\n"); + html("<table class='tabs'><tr><td class='form'>\n"); if (ctx.env.authenticated && ctx.repo) { if (ctx.repo->readme.nr) reporevlink("about", "about", NULL, |
