mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-01-26 22:27:58 -05:00
Entêtes XHTML
Compatibilité XHTML dans les entêtes et déclaration langue correcte
("fr" ou "en")
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<html lang="<?php echo $this->conf->language (); ?>" xml:lang="<?php echo $this->conf->language (); ?>">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="initial-scale=1.0">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="initial-scale=1.0" />
|
||||
<link rel="icon" type="image/x-icon" href="<?php echo Url::display ('/favicon.ico'); ?>" />
|
||||
<link rel="icon" type="image/png" href="<?php echo Url::display ('/favicon.ico'); ?>" />
|
||||
|
||||
<?php echo self::headTitle (); ?>
|
||||
<?php echo self::headStyle (); ?>
|
||||
<?php echo self::headScript (); ?>
|
||||
|
||||
Reference in New Issue
Block a user