]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-tag.c
Add support for cloning over http
[ps-cgit] / ui-tag.c
index 6d761f30722b444e7f3eb11ad9d2bcf0f97ccd1c..b4db32e396dc18b3761bfd2a049c8a9b6bee4fd8 100644 (file)
--- a/ui-tag.c
+++ b/ui-tag.c
@@ -7,7 +7,8 @@
  */
 
 #include "cgit.h"
-
+#include "html.h"
+#include "ui-shared.h"
 
 static void print_tag_content(char *buf)
 {
@@ -56,7 +57,7 @@ void cgit_print_tag(char *revname)
                      revname, sha1_to_hex(sha1));
                if (info->tagger_date > 0) {
                        html("<tr><td>Tag date</td><td>");
-                       cgit_print_date(info->tagger_date, FMT_LONGDATE);
+                       cgit_print_date(info->tagger_date, FMT_LONGDATE, ctx.cfg.local_time);
                        html("</td></tr>\n");
                }
                if (info->tagger) {