The html declaration has missing values for the "lang" and "xml:lang" elements:

<html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">

The declaration is correct for "normal" pages. Is this a setting error on my installation?

Comments

jcnventura’s picture

Status: Active » Fixed

No. It's not an error in your installation.

The variable used to fill those fields changed since Drupal 5 and I hadn't detected it yet.

I have committed the change to CVS now.

Thanks for testing the print module in Drupal 6!

João

Anonymous’s picture

Thanks for the quick response!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.

Anonymous’s picture

Status: Closed (fixed) » Active

On a similar note, when displaying the icon, the page no longer validates as XHTML. It is missing a closing "/" in the img tag.

jcnventura’s picture

Status: Active » Fixed

Thanks!

I have already committed the code that fixed that..

João

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.