Skip to content

Commit 8496714

Browse files
committed
Fix code tag nesting in commit webhooks
1 parent bb6ba25 commit 8496714

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

base-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ messages:
247247
{% for commit in commits %}
248248
{% if commit.distinct %}
249249
<li>
250-
<code><a href="{{ commit.url }}">{{ commit.id[:8] }}</a></code>
250+
<a href="{{ commit.url }}"><code>{{ commit.id[:8] }}</code></a>
251251
{{ util.cut_message(commit.message)|e }}
252252
{% if commit.author.username != sender.login %}
253253
by {{ commit_user_link(commit.author) }}

0 commit comments

Comments
 (0)