Skip to Content.
Sympa Menu

cc-devel - [cc-devel] [ cctools-Bugs-1437065 ] Pages are not validating for cchost in SVN

cc-devel AT lists.ibiblio.org

Subject: Developer discussion for Creative Commons technology and tools

List archive

Chronological Thread  
  • From: "SourceForge.net" <noreply AT sourceforge.net>
  • To: noreply AT sourceforge.net
  • Subject: [cc-devel] [ cctools-Bugs-1437065 ] Pages are not validating for cchost in SVN
  • Date: Tue, 04 Nov 2008 02:10:35 +0000

Bugs item #1437065, was opened at 2006-02-22 16:41
Message generated for change (Comment added) made by tanjir
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=1437065&group_id=80503

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: cchost
Group: None
Status: Closed
Resolution: Wont Fix
Priority: 8
Private: No
Submitted By: Jon Phillips (kidproto)
Assigned to: Jon Phillips (kidproto)
Summary: Pages are not validating for cchost in SVN

Initial Comment:
http://validator.w3.org/check?uri=http%3A%2F%2Fopenclipart.org%2Fcchost%2F&charset=%28detect+automatically%29&doctype=Inline&verbose=1

Need to fix the basic validation of the HTML.

----------------------------------------------------------------------

Comment By: tanjir (tanjir)
Date: 2008-11-03 20:10

Message:
This happened due to wrong encoding (here utf-8). Any encoding from
iso-8859-1 to 16 will work.
Solution is following:
Replace <meta content="text/html; charset=UTF-8"
http-equiv="Content-Type"/> with <meta content="text/html;
charset=ISO-8859-1" http-equiv="Content-Type"/> in affected files.

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=559966&aid=1437065&group_id=80503



  • [cc-devel] [ cctools-Bugs-1437065 ] Pages are not validating for cchost in SVN, SourceForge.net, 11/03/2008

Archive powered by MHonArc 2.6.24.

Top of Page