aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/commit.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/commit.html b/templates/commit.html
index d03611d..c1def17 100644
--- a/templates/commit.html
+++ b/templates/commit.html
@@ -11,7 +11,7 @@
{{- .commit.Message -}}
</pre>
<div class="commit-info">
- {{ .commit.Author.Name }} <a href="mailto:{{ .Author.Email }}" class="commit-email">{{ .commit.Author.Email}}</a>
+ {{ .commit.Author.Name }} <a href="mailto:{{ .commit.Author.Email }}" class="commit-email">{{ .commit.Author.Email}}</a>
<div>{{ .commit.Author.When.Format "Mon, 02 Jan 2006 15:04:05 -0700" }}</div>
</div>