[tor-commits] [tpo/staging] Add space between IRC and nickname
emmapeel at torproject.org
emmapeel at torproject.org
Wed Nov 6 10:13:01 UTC 2019
commit c0e38968acb4cf2b685e7f1ea1a744e9dccad1a6
Author: Gustavo Gus <gusgustavo at users.noreply.github.com>
Date: Sun Sep 15 21:19:25 2019 +0000
Add space between IRC and nickname
---
templates/macros/people.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/macros/people.html b/templates/macros/people.html
index 79afc6f..1a4d7d1 100644
--- a/templates/macros/people.html
+++ b/templates/macros/people.html
@@ -41,7 +41,7 @@
<h6 class="nick text-primary m-0"><a href="https://pronoun.is/{{ item.pronoun }}">pronoun.is/{{ item.pronoun }}</a></h6>
{% endif %}
{% if item.nickname %}
- <label class="nick text-primary">IRC:{{ item.nickname }}</label>
+ <label class="nick text-primary">IRC: {{ item.nickname }}</label>
{% endif %}
{{ item.description }}
</div>
More information about the tor-commits
mailing list