Package: cl-puri
Version: 1.3.1.1-2
Severity: minor

Hello,

I browsed over puri's /usr/share/doc/uri.html today -- using konqueror, here.

I noticed that the entire text of uri.html was being rendered, as
if all of the text was surrounded by one big link

I went to look at the text of uri.html and I think I found the problem. So,
I thought I'd report it.


The original uri.html has a part, in the text of it, towards the top of the 
file(just under the <body>)  which looks like so (sans the "------")

------
<p>This document contains the following sections:</p>
<a href="#uri-intro-1">

<p>1.0 Introduction</a><br>
------


The issue, there, is that the <a> is started before a block-level
element is started - the <p>, there - and it is not ended before the block
element. 

So, I figure: That's a minor trouble in the HTML of it; it's readily
resolvable, sure, as with the replacement text, below.


Edited, that part of the file might be as so:

------
<p>This document contains the following sections:</p>

<p><a href="#uri-intro-1">1.0 Introduction</a><br>
------

...simply, with the <a ...> having been moved into the <p>'s space, so that
it is essentially in the same "inline text space" as the closing </a>.


I've edited the file, locally; I thought that I could send the mention along,
anyhow, so that maybe this minor thing would be resolved, closer to upstream
-- so that konq won't make the page look funny. Maybe konq was the only
one showing-up the problem, there; anyhow, it's resolvable.



Thank you.


-
Sean Champ


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.11.8
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages cl-puri depends on:
ii  common-lisp-controller        4.12       This is a Common Lisp source and c

-- no debconf information


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

Reply via email to