Summary | Tracking bug for XHTML cleanup |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | Horde Developers (at) , chuck (at) horde (dot) org |
Requester | kevin_myer (at) iu13 (dot) org |
Created | 12/05/2005 (7157 days ago) |
Due | |
Updated | 05/22/2006 (6989 days ago) |
Assigned | 12/21/2005 (7141 days ago) |
Resolved | 05/22/2006 (6989 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
(i.e, not the xml-id syntax for now) and that I can reproduce. I'm
closing it as it's gotten rather unwieldy; please create individual
tickets for other significant issues.
href="http://wiki.horde.org/horde/services/go.php?url=http%3A%2F%2Fwww.horde.org%2Fpapers%2Ffosdem2005%2F" target=" target="_blank title="http://www.horde.org/papers/fosdem2005/">http://www.horde.org/papers/fosdem2005/</a>. Notice the target="
target="_blank
due to logic in wicked/templates/display/title.inc
New Attachment: xhtml-framework-block.patch
New Attachment: xhtml-imp-fetchmail.patch
placement of the htmlspecialchars is correct.
Version ⇒ HEAD
Also there are input tags inside tables.
attributes (with pseudo-XML syntax), including this one. I wasn't
sure what to do with them, but if you let me know, I'll track them
down and modify accordingly.
Also there are input tags inside tables.
<span class="fixed"><pre>Happy holidays</pre></span>
pre is not permitted inside a span. What is the correct fix?
spell checker and using the one from DIMP, one is using
Text::htmlAllSpaces() instead of the pre, and another is using <span
style="white-space:pre"> or some such.
separators (& should be &)
<span class="fixed"><pre>Happy holidays</pre></span>
pre is not permitted inside a span. What is the correct fix?
Assigned to
which includes templates/rpcsum/rpcsum.inc, also has some errors.
From CVS, it looks like they have been there for awhile and I'm not
exactly sure what formatting is intended to be there :)
New Attachment: xhtml-kronolith-search.patch
New Attachment: xhtml-remotecal-kronolith.patch
New Attachment: xhtml-mnemo.patch
New Attachment: xhtml-ingo[2].patch
New Attachment: xhtml-ingo[1].patch
New Attachment: xhtml-ingo.patch
New Attachment: xhtml-imp-smime.patch
New Attachment: xhtml-imp-abookselect[1].patch
javascript, these links will break, so its not recommended to use
links in this manner. But as it is, they do nothing anyway, if your
browser doesn't support javascript. But if a browser doesn't support
javascript, you wouldn't be able to select address books either..
New Attachment: xhtml-imp-abookselect.patch
these links will break, so its not recommended to use links in this
manner. But as it is, they do nothing anyway, if your browser doesn't
support javascript. But if a browser doesn't support javascript, you
wouldn't be able to select address books either..
New Attachment: xhtml-imp-acl.patch
names.. Example would be any page that includes a file at both top
and bottom (usually navigational in nature), usually results in
duplicate prev and next <a> names.
Also, is there a way to push <!--a75c305b1c0a6022--><link> elements to
the header of a page? On the portal page, many of the blocks contain
CSS <!--a75c305b1c0a6022--><link> elements, which should be in the
header. But it looks like the header is static.
New Attachment: xhtml-sidebar.patch
State ⇒
menu if it wasn't empty, since even though menu.php.dist isn't there,
you could put one there.
New Attachment: xhtml-weatherdotcom.patch
Priority ⇒ 1. Low
State ⇒ Unconfirmed
New Attachment: xhtml-horde-login.patch
Queue ⇒ Horde Framework Packages
Summary ⇒ Tracking bug for XHTML cleanup
Type ⇒ Bug
used. I var_dump'ed $menu and it always seems to be pointing to
horde/config/menu.php (which doesn't exist, nor does menu.php.dist).
But maybe it is used somewhere else?