Author: bpoussin Date: 2012-07-12 18:51:03 +0200 (Thu, 12 Jul 2012) New Revision: 208 Url: http://chorem.org/repositories/revision/chorem/208 Log: am?\195?\169lioration du doctype (declaration xhtml5) voir https://fr.wikipedia.org/wiki/HTML5#XHTML_5 Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/decorator.jsp Modified: trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/decorator.jsp =================================================================== --- trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/decorator.jsp 2012-07-12 16:29:14 UTC (rev 207) +++ trunk/chorem-webmotion/src/main/webapp/WEB-INF/jsp/decorator.jsp 2012-07-12 16:51:03 UTC (rev 208) @@ -23,12 +23,14 @@ <%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> +<?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE html> -<html> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Chorem</title> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> + <meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" /> + <meta charset="UTF-8"/> <%-- JQuery --%> <link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" type="text/css"/> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>