]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-repolist.c
ui-shared: use placeholder for empty commit subject
[ps-cgit] / ui-repolist.c
index c774632622fcaccf9cb62364d3888bbf1c544b1f..dead1bfe5fea732d7bd4444a9873d81b96a8faae 100644 (file)
@@ -104,7 +104,7 @@ void print_sort_header(const char *title, const char *sort)
 {
        htmlf("<th class='left'><a href='%s?s=%s", cgit_rooturl(), sort);
        if (ctx.qry.search) {
-               html("&q=");
+               html("&amp;q=");
                html_url_arg(ctx.qry.search);
        }
        htmlf("'>%s</a></th>", title);
@@ -257,7 +257,7 @@ void cgit_print_repolist()
 
        if(ctx.qry.sort)
                sorted = sort_repolist(ctx.qry.sort);
-       else
+       else if (ctx.cfg.section_sort)
                sort_repolist("section");
 
        html("<table summary='repository list' class='list nowrap'>");