Re: php / apache2 / iceweasel(firefox) ?

Page principale

Répondre à ce message
Auteur: Légaut Gédéon
Date:  
À: guilde
Sujet: Re: php / apache2 / iceweasel(firefox) ?
Bonjour Christian,

Merci. Je ne savais pas qu'un "debugger" comme tidy existait pour le html.
Effectivement, cela a corrigé mes pbs.

Est-ce que tu utilises un debugger pour le php ?

Encore merci
Gédéon

Le 17/09/2011 01:17, Christian Marillat a écrit :
> Légaut Gédéon<gedeon.legaut@???> writes:
>
>> Bonjour,
>
> Bonsoir,
>
> [...]
>
>> QQn aurait une idée ? Ne serait pas plutôt une question de
>> configuration d'apache2 ? Je ne vois pas trop où chercher par contre.
>
> Il faut toujours fermer les balises :
>
> ,----
> | $ tidy test.htm
> | line 6 column 1 - Warning:<meta> missing '>' for end of tag
> | line 6 column 1 - Warning:<meta> element not empty or not closed
> `----
>
> Et aussi :
>
> ,----
> | line 43 column 33 - Warning: replacing invalid UTF-8 bytes (char. code U+0009)
> | line 43 column 1 - Warning:<input> element not empty or not closed
> | line 53 column 21 - Warning: replacing invalid UTF-8 bytes (char. code U+0009)
> | line 57 column 44 - Warning: replacing invalid UTF-8 bytes (char. code U+0009)
> | line 57 column 62 - Warning: replacing invalid UTF-8 bytes (char. code U+0009)
> | line 57 column 64 - Warning: replacing invalid UTF-8 bytes (char. code U+0008)
> | line 59 column 41 - Warning: replacing invalid UTF-8 bytes (char. code U+0009)
> | line 59 column 65 - Warning: replacing invalid UTF-8 bytes (char. code U+0009)
> | line 59 column 67 - Warning: replacing invalid UTF-8 bytes (char. code U+0008)
> | line 37 column 1 - Warning:<table> lacks "summary" attribute
> | line 80 column 1 - Warning:<table> lacks "summary" attribute
> | Info: Doctype given is "-//W3C//DTD XHTML 1.1//EN"
> | Info: Document content looks like XHTML 1.0 Transitional
> | 13 warnings, 0 errors were found!
> `----
>
> Christian