Opened 14 years ago

Closed 14 years ago

#297 closed defect (fixed)

qwiki: URLs with pound signs are not rendering properly

Reported by: Shawn Rutledge Owned by: sjamaan
Priority: major Milestone:
Component: extensions Version: 4.5.x
Keywords: qwiki intra-page link pound symbol Cc:
Estimated difficulty:

Description

Example: http://wiki.call-cc.org/manual/Getting%20started

(See the full list?.)

renders as

(See the <a href="using-the-interpretertoplevel-commands" class="internal">full list</a>.)

the pound sign is missing.

Change History (4)

comment:1 Changed 14 years ago by Jim Ursetto

Keywords: qwiki added; svnwiki-sxml removed
Summary: svnwiki-sxml egg: URLs with pound signs are not rendering properlyqwiki: URLs with pound signs are not rendering properly

Hi,

This is actually a rendering problem in qwiki, not a parsing problem in svnwiki-sxml. This link is correctly parsed to:

(int-link "Using the interpreter#Toplevel commands" "full list")

[Chickadee screws rendering up too. Oops.]

comment:2 Changed 14 years ago by felix winkelmann

Milestone: 4.6.0

comment:3 Changed 14 years ago by sjamaan

Owner: set to sjamaan
Status: newassigned

comment:4 Changed 14 years ago by sjamaan

Resolution: fixed
Status: assignedclosed

This is now fixed

Note: See TracTickets for help on using tickets.