Mercurial > bins
view templates.mwolson/header.html @ 6:3021deef1599
Encoding related fixes
* chomp encoding string
* reformat else (seems someone hacked it in)
* debug print encoding
* do not use :utf8 binmode ("re-encode") on written file if the input is _already_ UTF-8
author | Peter Gervai <grin@grin.hu> |
---|---|
date | Thu, 16 Oct 2008 00:02:14 +0200 |
parents | a84c32f131df |
children |
line wrap: on
line source
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=<TMPL_VAR NAME=ENCODING>"> <meta name="GENERATOR" content="BINS <TMPL_VAR NAME=BINS_VERSION> (http://bins.sautret.org/)"> <title><!-- TMPL_VAR NAME=TITLE --></title> <link rel="stylesheet" href="<!-- TMPL_VAR NAME=STATIC_PATH -->/style.css" type="text/css"> <link rel="stylesheet" href="<!-- TMPL_VAR NAME=STATIC_PATH -->/../../style.css" type="text/css"> <link rel="stylesheet" href="<!-- TMPL_VAR NAME=STATIC_PATH -->/../../albumstyle.css" type="text/css">