Opened 9 years ago

Closed 9 years ago

#1203 closed defect (fixed)

Users manual hyperlink in index.html throws error in eww/emacs

Reported by: nishantvarma Owned by:
Priority: minor Milestone: someday
Component: unknown Version: 4.9.x
Keywords: Cc:
Estimated difficulty:

Description

I installed Chicken form the Ubuntu repository. When I browsed over to /usr/share/doc/chicken-bin/manual-html directory and opened the index.html, it doesn't open the Users Manual link. Shouldn't hrefs that have space be URL encoded? It works in most modern browsers but Eww seems very strict.

I just cloned git://code.call-cc.org/chicken-core and I can see
index.html in the root directory. This file has href to "The
User's Manual" which actually is in manual folder so I am assuming
build will take care of placing it during make install.

Change History (3)

comment:1 Changed 9 years ago by nishantvarma

Priority: majorminor

comment:2 Changed 9 years ago by nishantvarma

Summary: Users manual hyperlink in index.html href throws error in eww/emacsUsers manual hyperlink in index.html throws error in eww/emacs

comment:3 Changed 9 years ago by sjamaan

Resolution: fixed
Status: newclosed

It really only was the index.html file, which is included in the repository (the other files get generated with correct URL encoding, but not this one)

Fixed in both branches (704ab55 and b1da1ba)

Note: See TracTickets for help on using tickets.