Package: html2ps
Version: 1.0b4-2

The Debian 1.0b4 package of html2ps differs enough from the upstream 1.0b4 to cause hyperlinks within a document (when converted to PDF) to not work in the Debian package, but work when using the upstream version. It appears the cause of this bug is on line 2751 of the html2ps script. The Debian package has:


while(/(<[aA]\s+[^>]*)\s[nN][aA][mM][eE]\s*=\s*(["']?)([^"'\s>]*)$R([^\s<)]*)/) {


The upstream version, which fixes the problem, has:


while(/(<[aA]\s+[^>]*)[nN][aA][mM][eE]\s*=\s*(["']?)([^"'\s>]*)$R([^\s<)]*)/) {


Regards,
John Bright


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to