cookutils diff data/header.html @ rev 920

modules/compressor: small fix for new svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jun 08 19:47:40 2017 +0300 (2017-06-08)
parents be4fa16a8077
children
line diff
     1.1 --- a/data/header.html	Wed Mar 14 03:17:16 2012 +0100
     1.2 +++ b/data/header.html	Thu Jun 08 19:47:40 2017 +0300
     1.3 @@ -1,10 +1,10 @@
     1.4  <!DOCTYPE html>
     1.5 -<html xmlns="http://www.w3.org/1999/xhtml">
     1.6 +<html lang="en">
     1.7  <head>
     1.8 +	<meta charset="UTF-8">
     1.9  	<title>SliTaz Cooker</title>
    1.10 -	<meta charset="utf-8" />
    1.11 -	<link rel="shortcut icon" href="favicon.ico" />
    1.12 -	<link rel="stylesheet" type="text/css" href="style.css" />
    1.13 +	<link rel="shortcut icon" href="favicon.ico">
    1.14 +	<link rel="stylesheet" href="style.css">
    1.15  </head>
    1.16  <body>
    1.17