Package: plucker
Version: 1.8-4
Severity: normal
Tags: upstream

You'll see on your Palm that 'clicking' on these links we put in the
top of the file will not bring one to the anchors.
seq 400 > /tmp/pt
> /tmp/pt.html
echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN">\
<HTML><HEAD><TITLE>plucker anchor test</TITLE>\
</HEAD><BODY><PRE>' >> /tmp/pt.html
perl -nwle \
'unless($_%20){s/.*/<a href="#$&">$&<\/a>/;print}' /tmp/pt >> /tmp/pt.html
perl -pwle \
'unless($_%20){s/.*/<a name="$&">$&<\/a>/}' /tmp/pt >> /tmp/pt.html
echo '</PRE></BODY></HTML>' >> /tmp/pt.html
validate /tmp/pt.html #valid HTML
plucker-build -f pt.html25674 file:/tmp/pt.htm

Changing the above to
perl -pwle 'unless($_%20)\
{s/.*/<\/pre><h2><a name="$&">$&<\/a><\/h2><pre>/}' /tmp/pt >> /tmp/pt.html
echo '</PRE></BODY></HTML>' >> /tmp/pt.html
proves that the problem is in the long <PRE>. If we break it up, the problem
is fixed!

Sorry, I am not on an interactive connection so cannot use
http://bugs.plkr.org/


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

Reply via email to