cookutils diff data/header.html @ rev 1019

cook: add fix() to use '--as-needed' linker flag in compile_rules(); cookit(): make QA fail on empty vars / bad values; remove_already_packed(): fix bug when $PACKAGE not listed in $SPLIT and we use this function for the default set. lighttpd/index.cgi: sort orphans. modules/precheck: separate error message by empty lines.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 07 14:31:28 2017 +0200 (2017-12-07)
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 Dec 07 14:31:28 2017 +0200
     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