view templates.satyap/footer.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


<!--  
You can put here any HTML code you want. It will be used as a footer
in all the HTML pages.
-->

<p />

<p class="bins_credit">
    Page generated by <a href="http://bins.sautret.org">Bins
	<!-- TMPL_VAR NAME=BINS_VERSION --></a>
	on
	<!-- TMPL_VAR NAME=GENERATED_DATE -->.
</p>

</body>
</html>