
commit c3a9b12ac74beb177adb53d4ab7ed283e540632a Author: hiro <hiro@torproject.org> Date: Wed Nov 18 14:50:14 2020 +0100 Add pipe url in header tag link --- templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/header.html b/templates/header.html index 0f2bc89..4980bfe 100644 --- a/templates/header.html +++ b/templates/header.html @@ -19,7 +19,7 @@ <img src="{{ header_mobile | asseturl }}" class="donate-header-image-mobile img-fluid" /> {% if this.header_tag_line %} <div class="text-center py-3"> - <a href="{{ this.header_tag_link }}" title="Friends of Tor" class="match">{{ _( this.header_tag_line ) }}</a> + <a href="{{ this.header_tag_link | url }}" title="Friends of Tor" class="match">{{ _( this.header_tag_line ) }}</a> </div> {% endif %} </div>