Ticket Change Details
Not logged in
Overview

Artifact ID: 1dffb65b27e9dad72db6458653c91ef00db90e84
Ticket: 8967ea1df4f51af1ad3cbad78e0bcc582c6418b6
i18n, webui: link to tag with non-ascii chars is broken in timeline
User & Date: drh 2011-05-31 12:58:03
Changes

  1. Appended to comment:
    
    <hr /><i>drh added on 2011-05-31 12:58:03 UTC:</i><br />
    The patch above is incorrect.  A correct patch is shown on 
    check-in [e5e6ca46597a50d215fa08a6ef1bd7b7939e3dea].
    
    The following link demonstrates the error:
    
        [/timeline?c=2011-05-28+17%3A56%3A04&n=4]
    
    I added the "test-%-&amp;-tag" tag to that check-in.  The % and &amp; characters
    on that tag must be escaped when it is used inside HTML, which increases the
    length of the rendered text.  Without the fix, the hyperlink is rendered
    incorrectly.
    
  2. resolution changed to: "Fixed"
  3. status changed to: "Fixed"