mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
bugfix #3976: content_preset.php was missing the meta charset
This commit is contained in:
@@ -114,6 +114,7 @@ $text .= "
|
|||||||
<html>\n
|
<html>\n
|
||||||
<head>\n
|
<head>\n
|
||||||
<title>".CONTENT_PRESET_LAN_7."</title>\n
|
<title>".CONTENT_PRESET_LAN_7."</title>\n
|
||||||
|
<meta http-equiv='content-type' content='text/html; charset=".CHARSET."' />\n
|
||||||
<script type='text/javascript' src='../../../e107_files/e107.js'></script>
|
<script type='text/javascript' src='../../../e107_files/e107.js'></script>
|
||||||
".$js."
|
".$js."
|
||||||
<style type='text/css'>\n
|
<style type='text/css'>\n
|
||||||
|
Reference in New Issue
Block a user