To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41162
                  Issue #:|41162
                  Summary:|edit look/www/overrides/templates/Footer.vm to make
                          |it valid XHTML
                Component:|www
                  Version:|current
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|DEFECT
                 Priority:|P3
             Subcomponent:|openoffice.org website general issues
              Assigned to:|[EMAIL PROTECTED]
              Reported by:|cloph





------- Additional comments from [EMAIL PROTECTED] Sun Jan 23 15:27:17 -0800 
2005 -------
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>

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to