Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: My coppermine not XHTML 1.0 transitional  (Read 12414 times)

0 Members and 1 Guest are viewing this topic.

luchtzak

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 36
    • Luchtzak Aviation
My coppermine not XHTML 1.0 transitional
« on: September 14, 2007, 08:47:37 pm »

Line 3, Column 1: Missing xmlns attribute for element html. The value should be: http://www.w3.org/1999/xhtml.
<html dir="ltr">✉
Many Document Types based on XML need a mandatory xmlns="" on the root element. For example, the root element for XHTML will look like:
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">

got 1 error when checking http://validator.w3.org/check?uri=http%3A%2F%2Fcoppermine.luchtzak.be%2F&charset=%28detect+automatically%29&doctype=Inline&group=0

what should I do ?
« Last Edit: December 03, 2007, 12:06:40 am by Nibbler »
Logged

luchtzak

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 36
    • Luchtzak Aviation
Re: My coppermine not XHTML 1.0 transitional
« Reply #1 on: September 14, 2007, 08:48:09 pm »

BTW just updated to the latest version!

Nibbler

  • Guest
Re: My coppermine not XHTML 1.0 transitional
« Reply #2 on: September 14, 2007, 09:08:51 pm »

So did the w3c ;)
Logged

Nibbler

  • Guest
Re: My coppermine not XHTML 1.0 transitional
« Reply #3 on: December 03, 2007, 12:06:31 am »

All themes now have their html tag set as follows:

Code: [Select]
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}">
Logged

luchtzak

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 36
    • Luchtzak Aviation
Re: My coppermine not XHTML 1.0 transitional
« Reply #4 on: December 28, 2007, 12:59:15 pm »

Thanks for this update! Now it works
Pages: [1]   Go Up
 

Page created in 0.015 seconds with 20 queries.