From 44dd19e2376e56a225e75e908522fb33309372e2 Mon Sep 17 00:00:00 2001 From: gloas <gloas@git-test.afi-sa.fr> Date: Tue, 11 Jun 2013 12:08:27 +0000 Subject: [PATCH] Skin: correction doctype html dans le head --- application/modules/opac/views/scripts/head.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/modules/opac/views/scripts/head.phtml b/application/modules/opac/views/scripts/head.phtml index 75f64f73a01..c426480ac09 100644 --- a/application/modules/opac/views/scripts/head.phtml +++ b/application/modules/opac/views/scripts/head.phtml @@ -1,4 +1,4 @@ -<!DOCTYPE html > +<!DOCTYPE html> <html lang="<?php echo $this->_translate()->getLocale() ?>"> <head> <meta http-equiv="Content-Type" content="text/html;charset=utf-8" /> -- GitLab