mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43: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>
|
<title><!--{title}--></title>
|
||||||
<!--{head}-->
|
<!--{head}-->
|
||||||
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
|
<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'>
|
<style type='text/css'>
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
<title><!--{title}--></title>
|
<title><!--{title}--></title>
|
||||||
<!--{head}-->
|
<!--{head}-->
|
||||||
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
|
<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'>
|
<style type='text/css'>
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|||||||
@@ -29,7 +29,7 @@
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
|
<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'>
|
<style type='text/css'>
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<link rel="icon" href="<!--{project_path}-->/favicon.ico">
|
<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'>
|
<style type='text/css'>
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
|||||||
Reference in New Issue
Block a user