Defining the type of charset notation

Permalink
Hi guys,

I was wondering if it is possible to somehow define in C5 how the charset is displayed.

On my fresh install of C5 5.5.1 it creates the following line of code:
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />


I'd rather have the
<meta charset="utf-8">


notation.

How would I do that.

Thanks,
Karl

 
Mainio replied on at Permalink Best Answer Reply
Mainio
1. Go to /concrete/elements
2. Copy file header_required.php
3. Go to /elements
4. Paste it there
5. Modify the pasted file (search for the spot you want to modify and do the changes)

Best,
Antti / Mainio
KarlWecker replied on at Permalink Reply
Thanks Antti,

that works.

- Karl