Issue 41162

Summary: edit look/www/overrides/templates/Footer.vm to make it valid XHTML
Product: Infrastructure Reporter: lohmaier
Component: Website general issuesAssignee: stx123
Status: CLOSED FIXED QA Contact: issues@www <issues>
Severity: Trivial    
Priority: P3 CC: issues, lsuarezpotts
Version: currentKeywords: oooqa
Target Milestone: ---   
Hardware: All   
OS: All   
Issue Type: DEFECT Latest Confirmation in: ---
Developer Difficulty: ---
Issue Depends on:    
Issue Blocks: 7294    
Attachments:
Description Flags
the updated file for your convenience. none

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.