Artifacts Associated With Ticket 50052157ddb442ea66f0eb663676e048c4d600be
Ticket change [f5bca042] (rid 449) by joel on 2019-05-26 17:53:41:
- icomment:
Using <code>◊link</code> and <code>◊url</code> inside <code>◊note</code> results in <pre><code>decode-paragraphs: contract violation expected: txexpr-elements? given: '("I perked up a bit when I read " (link& ((ref "n1")) "link text") " blah blah " (link& ((ref "n2")) "another link text") "\n" "\n" #<void> "\n" #<void> "\n" "\n" …</code></pre>
- login: "joel"
- mimetype: "text/x-fossil-wiki"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to: "Hyperlinks not properly decoded inside note tags"
- type initialized to: "Code Defect"
- icomment:
Ticket change [3d7424be] (rid 450) by joel on 2019-05-26 17:53:54:
- login: "joel"
- mimetype: "text/x-fossil-plain"
- priority changed to: "Immediate"
- resolution changed to: "Open"
Ticket change [0238e42e] (rid 454) by joel on 2019-05-26 20:26:45:
- icomment:
The <code>◊url</code> tag was returning <code><void></code> and this was causing problems since that isn’t a valid txexpr element. Fixed in [b6a4e42a] to return an empty string instead.
- login: "joel"
- mimetype: "text/x-fossil-wiki"
- resolution changed to: "Fixed"
- status changed to: "Closed"
- icomment: