cookutils diff web/cookiso.cgi @ rev 915
cook, lighttpd/index.cgi: forgot about EXTRAVERSION.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Wed Jun 07 22:36:09 2017 +0300 (2017-06-07) |
parents | a3a05fc499d0 |
children | 4e8c86306ce2 |
line diff
1.1 --- a/web/cookiso.cgi Sun Dec 11 15:46:38 2016 +0100 1.2 +++ b/web/cookiso.cgi Wed Jun 07 22:36:09 2017 +0300 1.3 @@ -63,10 +63,10 @@ 1.4 <!DOCTYPE html> 1.5 <html lang="en"> 1.6 <head> 1.7 - <meta charset="utf-8"/> 1.8 + <meta charset="UTF-8"> 1.9 <title>SliTaz ISO Cooker</title> 1.10 - <link rel="shortcut icon" href="favicon.ico"/> 1.11 - <link rel="stylesheet" type="text/css" href="style.css"/> 1.12 + <link rel="shortcut icon" href="favicon.ico"> 1.13 + <link rel="stylesheet" href="style.css"> 1.14 </head> 1.15 <body> 1.16 1.17 @@ -169,8 +169,7 @@ 1.18 <div id="footer"> 1.19 <a href="http://www.slitaz.org/">SliTaz Website</a> 1.20 <a href="cookiso.cgi">Cookiso</a> 1.21 - <a href="http://hg.slitaz.org/cookutils/raw-file/tip/doc/cookutils.en.html"> 1.22 - Documentation</a> 1.23 + <a href="doc/cookutils/cookutils.en.html">Documentation</a> 1.24 </div> 1.25 1.26 </body>