another broken link issue
Bug #890882 reported by
Reto Knaak
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
chm2pdf (Ubuntu) |
Confirmed
|
High
|
Unassigned |
Bug Description
In my CHM I have this link <a href="HW_
which becomes <a href="HW_
because match overview\.htm and replace it with temp0003_html
but should be match HW_overview\.htm and replace it with temp0081_html
Again a regex problem! In the #Substitutions in 1st pass i modified the regex like this to fix this by adding ":
page = re.sub(
Related branches
Changed in chm2pdf (Ubuntu): | |
status: | New → Incomplete |
status: | Incomplete → Confirmed |
importance: | Undecided → High |
To post a comment you must log in.
The same patch of
https:/ /bugs.launchpad .net/ubuntu/ +source/ chm2pdf/ +bug/890873
fixes also this one (same regular expression)