mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Change the themes defined charset to UTF-8 for better multi-lingual support.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<title><!--{title}--></title>
|
||||
<!--{head}-->
|
||||
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type='text/css'>
|
||||
|
||||
img {
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<title><!--{title}--></title>
|
||||
<!--{head}-->
|
||||
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type='text/css'>
|
||||
|
||||
img {
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
}
|
||||
?>
|
||||
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type='text/css'>
|
||||
|
||||
img {
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
}
|
||||
?>
|
||||
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<style type='text/css'>
|
||||
|
||||
img {
|
||||
|
||||
Reference in New Issue
Block a user