buggNewSense GNU/Linux - Bugs: bug #31962, HTML errors

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #31962: HTML errors

Submitted by:  Donald Iljazi <r3dr41n>
Submitted on:  Thu 23 Dec 2010 08:34:40 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: Michael Fötsch <mfoetsch>
Open/Closed: Closed

Thu 23 Dec 2010 08:34:40 PM UTC, original submission:

You re using and id twice

Line 212, Column 9: ID "CREDITS" already defined
<ul id="credits">

An "id" is a unique identifier. Each time this attribute is used in a document it must have a different value. If you are using this attribute as a hook for style sheets it may be more appropriate to use classes (which group elements) than id (which are used to identify exactly one element).

Line 149, Column 10: ID "CREDITS" first defined here
<div id="credits">

and there is this problem too

Line 136, Column 56: end tag for element "LI" which is not open
…Tasks">Current Tasks</a></li></ol></li></ol></div> <span class="anchor" id="li…

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

Line 136, Column 61: end tag for element "OL" which is not open
…">Current Tasks</a></li></ol></li></ol></div> <span class="anchor" id="line-3"…

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

If this error occurred in a script section of your document, you should probably read this FAQ entry.

just wanted to help :)

Donald Iljazi <r3dr41n>

 

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by samgee (Updated the item)
  • -unavailable- added by mfoetsch (Updated the item)
  • -unavailable- added by r3dr41n (Submitted the item)
  •  

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 3 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Fri 07 Jan 2011 07:59:20 PM UTCsamgeeOpen/ClosedOpen=>Closed
    Mon 03 Jan 2011 07:08:32 PM UTCmfoetschStatusNone=>Fixed
      Assigned toNone=>mfoetsch

    Back to the top


    Powered by Savane 3.1-cleanup1