[tor-bugs] #24233 [Webpages/Website]: <donatefaq> has strange <U+200B> character at the front

Tor Bug Tracker & Wiki blackhole at torproject.org
Sat Nov 11 02:10:47 UTC 2017


#24233: <donatefaq> has strange <U+200B> character at the front
----------------------------------+----------------------
     Reporter:  arma              |      Owner:  hiro
         Type:  defect            |     Status:  assigned
     Priority:  Medium            |  Milestone:
    Component:  Webpages/Website  |    Version:
     Severity:  Normal            |   Keywords:
Actual Points:                    |  Parent ID:
       Points:                    |   Reviewer:
      Sponsor:                    |
----------------------------------+----------------------
 Commit b4d22a29 in the webwml repo is
 {{{
 --- a/include/donatehead.wmi
 +++ b/include/donatehead.wmi
 @@ -34,7 +34,7 @@
        </div>
        <ul id="navbar" class="nav navbar-nav navbar-right">
          <li><a href="<page about/overview>">About</a></li>
 -        <li><a href="<U+200B>https://donate.torproject.org/donor-
 faq">Questions?</a></li>
 +        <li><a href="<donatefaq>">Questions?</a></li>
        </ul>
      </div>
    </nav>
 }}}

 and then
 {{{
 +<define-tag donatefaq
 whitespace=delete><U+200B>https://donate.torproject.org/donor-faq</define-
 tag>
 }}}

 I guess the whitespace=delete saves you here, but the right fix would have
 been to remove the strange hard-to-print character. Hopefully this is
 useful for next time. It is probably still best to remove the strange
 hard-to-print character, lest it bite you in the future.

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/24233>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list