Definitely would second Michael on not running a patched version.
There is only 1, yes only 1 circumstance in which you run a patched version.
And that in that circumstance you will know it is the right thing to do.
Kingdom Houses Management (+44) 0208 281 1572 kingdo...@gmail.com /
i...@kingdo
store one copy of the template and
that was on the memcached server.
Regards
Dawid Joubert
- Original Message -
From: Sam Tregar
To: mail...@comcast.net
Cc: html-template-users@lists.sourceforge.net
Sent: Tuesday, March 24, 2009 8:45 PM
Subject: Re: [htmltmpl] using cache
Hi Allen,
You can tell the browser what encoding to use for an HTML document. The first
way is to use HTTP Response headers by providing the right Content-Type header
example:
Content-Typetext/html; charset=UTF-8
The second way is to include it in the HTML document itself as a meta tag
http://
ou as plain text. Mod_perl
sends its own headers when you set the content type so there is no need for
this:
print "Content-Type: text/html\n\n";
Regards
Dawid Joubert
Lead Web Developer on STARS software for Ksystems www.klogin.co.uk
- Original Message -
From: Raful Mr Mitc