[tor-commits] [tpo/master] Add space between IRC and nickname

gus at torproject.org gus at torproject.org
Sun Sep 15 21:28:21 UTC 2019


commit c258de0caf1489d6c34bff234a7175a56a705db6
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