commit 7e559154982c07e0a9f0c367ca48f02e6cc55e86 Author: Damian Johnson atagar@torproject.org Date: Thu Jul 12 10:18:21 2018 -0700
Drop middle initial for space
Stephanie's name wraps with the middle initial, and fits on a single line otherwise. Good to drop anyway for consistancy. --- about/en/corepeople.wml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/about/en/corepeople.wml b/about/en/corepeople.wml index d5cfd1ac..67c8d359 100644 --- a/about/en/corepeople.wml +++ b/about/en/corepeople.wml @@ -802,7 +802,7 @@ <div class="photo"><img src="$(IMGROOT)/people/stephw.png" alt="stephw" /></div> <div class="icon"><a href="https://twitter.com/walnutwordsalad"><img src="$(IMGROOT)/twitter-small.png" alt="twitter" /></a></div> <div class="icon"><a href="../keys/stephw.txt"><img src="$(IMGROOT)/pgp-key.png" alt="pgp key" /></a></div> - <div class="name"><a href="#stephw">Stephanie A. Whited</a></div> + <div class="name"><a href="#stephw">Stephanie Whited</a></div> <div class="field"><b>IRC:</b> stephw</div> <div class="field"><b>Pronoun:</b> <a href="http://pronoun.is/she">she</a></div> <div class="description">Directs communications.</div>
tor-commits@lists.torproject.org