Update encoding settings to UTF8
This commit is contained in:
parent
fe820acd08
commit
3a7614360c
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE>
|
<!DOCTYPE>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>{{Title}}</title>
|
<title>{{Title}}</title>
|
||||||
<link type="text/css" rel="stylesheet" href="/css/shCore.css">
|
<link type="text/css" rel="stylesheet" href="/css/shCore.css">
|
||||||
<script type="text/javascript" src="/js/XRegExp.js"></script>
|
<script type="text/javascript" src="/js/XRegExp.js"></script>
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
<!DOCTYPE>
|
<!DOCTYPE>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
<title>New Paste</title>
|
<title>New Paste</title>
|
||||||
<script type="text/javascript" src="/js/jquery.js"></script>
|
<script type="text/javascript" src="/js/jquery.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
Reference in New Issue
Block a user