diff options
author | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-07-27 08:00:00 +0800 |
commit | 7e04040e3510370d754c4afa94d78da24b43d13e (patch) | |
tree | 6613ec1419aa64cab78ff89d4d026ff7a8e74a23 /templates/repo-header.html | |
parent | Some more HTML sanities (diff) | |
download | legitrx-7e04040e3510370d754c4afa94d78da24b43d13e.tar.gz legitrx-7e04040e3510370d754c4afa94d78da24b43d13e.tar.zst legitrx-7e04040e3510370d754c4afa94d78da24b43d13e.zip |
More HTML sanification
Diffstat (limited to 'templates/repo-header.html')
-rw-r--r-- | templates/repo-header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo-header.html b/templates/repo-header.html index 7be2d65..e816ed3 100644 --- a/templates/repo-header.html +++ b/templates/repo-header.html @@ -3,7 +3,7 @@ <h2> <a href="/">all repos</a> — {{ .displayname }} {{ if .ref }} - <span class="ref">@ {{ .ref }}</span> + <span class="ref">{{ .ref }}</span> {{ end }} </h2> <h3 class="desc">{{ .desc }}</h3> |