]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-summary.c
Use & instead of & in URLs.
[ps-cgit] / ui-summary.c
index 5c1fc33d603fe2298d3ef3e48e5879b465500f20..15e8aec9b6460ac98e6ea6386dfd718583863d0a 100644 (file)
@@ -159,12 +159,12 @@ static int cgit_print_archive_cb(const char *refname, const unsigned char *sha1,
        }
        html("<tr><td>");
        url = cgit_pageurl(cgit_query_repo, "blob",
-                          fmt("id=%s&path=%s", sha1_to_hex(fileid),
+                          fmt("id=%s&amp;path=%s", sha1_to_hex(fileid),
                               buf));
        html_link_open(url, NULL, NULL);
        html_txt(buf);
        html_link_close();
-       html("</td><tr>");
+       html("</td></tr>");
        return 0;
 }