Browse Source

Bug 1817600 - Show NordVPN partnership as text link and image. Fix template. r=me

Ian Neal 1 year ago
parent
commit
e6c9fc3598
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/sidebar.tmpl

+ 1 - 1
lib/sidebar.tmpl

@@ -69,7 +69,7 @@
 
    IF template.name == "index.en.html";
      "<span style=\"font-size: x-small\">\n";
-     "<a href=\"https://go.nordvpn.net/aff_c?offer_id=15&aff_id=81347&url_id=902\" target=\"_blank\">"
+     "<a href=\"https://go.nordvpn.net/aff_c?offer_id=15&aff_id=81347&url_id=902\" target=\"_blank\">";
      "\"Partnered with NordVPN\"</a></span><br>\n";
      "<img src=\"/images/nordvpn-banner.png\" width=\"240\" height=\"240\">";
    END;