Remove extra "the"
authorMagnus Hagander <magnus@hagander.net>
Mon, 31 May 2021 12:28:09 +0000 (14:28 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 31 May 2021 12:28:28 +0000 (14:28 +0200)
templates/contributors/list.html

index 68efe7b4ebc02c9a8fbae94eac43dde5d2a71a47..fd7abdf20acc6bdfaf391a12a72c136b5060e3de 100644 (file)
@@ -61,5 +61,5 @@
 {%endfor%}
 
 <p>All contributors are listed in alphabetical order.
-Please report omissions or corrections to the <a href="mailto:contributors@postgresql.org">contributors@postgresql.org</a>.</p>
+Please report omissions or corrections to <a href="mailto:contributors@postgresql.org">contributors@postgresql.org</a>.</p>
 {%endblock%}