commit 10c54ebf84569e49ab85ac4a79d4ba68785187f5 Author: hiro hiro@torproject.org Date: Tue Oct 29 10:31:34 2019 +0100
Remove line breaks --- templates/banner.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/templates/banner.html b/templates/banner.html index 93e6943..3d2647c 100644 --- a/templates/banner.html +++ b/templates/banner.html @@ -11,9 +11,7 @@ </div> <div class="row"> <h2 class="take-back-the-intern display-3 py-3"> - {{ _('TAKE BACK<br /> - THE INTERNET<br /> - WITH TOR') }} + {{ _('TAKE BACK THE INTERNET WITH TOR') }} </h2> </div> <div class="row">
tor-commits@lists.torproject.org