Made the charset metatag the highest thing in the head block.
This commit is contained in:
parent
7d59a4d7c7
commit
d18f081683
2 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
7.6.0
|
||||
- Made the charset metatag the highest thing in the head block.
|
||||
- fixed: Textarea resizer has a gap between textbox and resizer initially
|
||||
- added: getLineageIterator method to simplify working on large sets of assets
|
||||
- fixed: Syndicated Content doesn't decode alternate character sets
|
||||
|
|
|
|||
|
|
@ -168,8 +168,8 @@ sub process {
|
|||
$templateId = 'PBtmpl0000000000000132';
|
||||
}
|
||||
$var{'head.tags'} = '
|
||||
<meta name="generator" content="WebGUI '.$WebGUI::VERSION.'" />
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||
<meta name="generator" content="WebGUI '.$WebGUI::VERSION.'" />
|
||||
<meta http-equiv="Content-Script-Type" content="text/javascript" />
|
||||
<meta http-equiv="Content-Style-Type" content="text/css" />
|
||||
<script type="text/javascript">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue