mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 17:39:46 +01:00
bugfix #3976: content_preset.php was missing the meta charset
This commit is contained in:
parent
6000dba853
commit
75f3dae300
@ -114,6 +114,7 @@ $text .= "
|
||||
<html>\n
|
||||
<head>\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>
|
||||
".$js."
|
||||
<style type='text/css'>\n
|
||||
|
Loading…
x
Reference in New Issue
Block a user