Hi,
the main templates does not have the lang attribute in the html tag.
Instead of:
it should be something like that
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->getLang() ?>" lang="<?php echo $this->getLang() ?>">
Greetings Jan
Hi,
the main templates does not have the lang attribute in the html tag.
Instead of:
it should be something like that
Greetings Jan