diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-31 13:00:42 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-31 13:00:42 +0800 |
commit | 1a97ac821d60a8b590a8ffd9694f4effc13462ef (patch) | |
tree | 2c6b0ae323ce8fc2d75fcb45dad31207ae0e8b2c /templates/repo_index.tmpl | |
parent | Serve tarball of source rather than using individual source files (diff) | |
download | forge-1a97ac821d60a8b590a8ffd9694f4effc13462ef.tar.gz forge-1a97ac821d60a8b590a8ffd9694f4effc13462ef.tar.zst forge-1a97ac821d60a8b590a8ffd9694f4effc13462ef.zip |
Unify spelling of Author date
Diffstat (limited to 'templates/repo_index.tmpl')
-rw-r--r-- | templates/repo_index.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_index.tmpl b/templates/repo_index.tmpl index 4c0595e..4726445 100644 --- a/templates/repo_index.tmpl +++ b/templates/repo_index.tmpl @@ -61,7 +61,7 @@ <tr> <th scope="col">Title</th> <th scope="col">Author</th> - <th scope="col">Author Date</th> + <th scope="col">Author date</th> </tr> </thead> <tbody> |