commit 9d4cbae6c9b945cce6f197b66264fe1bcfdbf784 Author: emma peel emma.peel@riseup.net Date: Sat Feb 9 15:02:20 2019 +0100
sstevenson review, fix link --- templates/sponsors.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/templates/sponsors.html b/templates/sponsors.html index 5498217..6a788b8 100644 --- a/templates/sponsors.html +++ b/templates/sponsors.html @@ -32,7 +32,7 @@ <div class="container"> <div class="row border-bottom border-light"><p></p></div> <div class="row py-5"> - <p>{{ _('This sponsors page is based upon un-audited and un-reviewed financial and in-kind donations, contract, and other data. Further details about our audited and reviewed funding can be found on our <a href="/about/reports" title="Reports" >Financial Reports page.</a>') }}</p> + <p>{{ _('This sponsors page is based upon un-audited and un-reviewed financial and in-kind donations, contract, and other data. Further details about our audited and reviewed funding can be found with our <a href="/about/reports" title="Reports">Financial Reports.</a>')|safe }}</p> </div> </div> </div>
tor-commits@lists.torproject.org