0.25, add meta utf8 for correct canary rendering

This commit is contained in:
Ilya Ig. Petrov 2017-03-03 09:50:05 +00:00
parent c9008f0a6e
commit 5c1941d142
4 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html style="display: none; will-change: contents, display"> <html style="display: none; will-change: contents, display">
<head> <head>
<meta charset="utf-8">
<title>Выбор провайдера PAC</title> <title>Выбор провайдера PAC</title>
<style> <style>
:root { :root {

View File

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8">
<title>PAC Sandbox</title> <title>PAC Sandbox</title>
<style type="text/css" media="screen"> <style type="text/css" media="screen">
html, body { html, body {

View File

@ -1,6 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8">
<title>Устранение проблем</title> <title>Устранение проблем</title>
</head> </head>
<body> <body>

View File

@ -1,7 +1,7 @@
'use strict'; 'use strict';
const commonContext = { const commonContext = {
version: '0.24', version: '0.25',
}; };
exports.contexts = {}; exports.contexts = {};