Issue 41162 - edit look/www/overrides/templates/Footer.vm to make it valid XHTML
Summary: edit look/www/overrides/templates/Footer.vm to make it valid XHTML
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: Website general issues (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: stx123
QA Contact: issues@www
URL:
Keywords: oooqa
Depends on:
Blocks: 7294
  Show dependency tree
 
Reported: 2005-01-23 23:27 UTC by lohmaier
Modified: 2005-02-03 21:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
the updated file for your convenience. (1.47 KB, text/plain)
2005-01-23 23:30 UTC, lohmaier
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description lohmaier 2005-01-23 23:27:17 UTC
Currently, the automatically added footer prevents OOo pages from being valid
XHTML-tansistional.

The problems are: unlcosed <img>-tags and open <br> tags

This diff will fix the problem (and in addition will add an alt-text to the
collabnet-Logo)
$ cvs diff Footer.vm
Index: Footer.vm
===================================================================
RCS file: /cvs/look/www/overrides/templates/Footer.vm,v
retrieving revision 1.9
diff -r1.9 Footer.vm
9c9
<                border="0">
---
>                border="0"/>
11c11
<              <br>
---
>              <br/>
13c13
<            <br>
---
>            <br/>
39c39
<               target="collab"><img alt=""
---
>               target="collab"><img alt="CollabNet Logo"
41c41
<               id="poweredby" border="0"></a>
---
>               id="poweredby" border="0"/></a>
Comment 1 lohmaier 2005-01-23 23:30:38 UTC
Created attachment 21789 [details]
the updated file for your convenience.
Comment 2 lohmaier 2005-01-23 23:49:23 UTC
If this issue and issue 41163 will be fixed, we can proudly use one of the "this
page is valid XHTML"-Buttons :-)
Comment 3 stx123 2005-01-26 12:10:25 UTC
Louis, I would like to follow Christian's suggestions. Any objections?
Greeting, Stefan
Comment 4 stx123 2005-02-02 12:21:03 UTC
Changed according to Christian's suggestions. Please let us know, if there are
problems left.

Comment 5 lohmaier 2005-02-03 21:20:15 UTC
verifying. Works as expected :-)
Comment 6 lohmaier 2005-02-03 21:56:24 UTC
closing.