Fix working error under Firefox

On some computers because undeclared charset, highlight.min.js parsing incorrectly while some charsets (For example, Cyrillic-1251) are toggled. Problem is going away when I manually toggling Europan or UTF-8 charset.
This commit is contained in:
Vitaly Novichkov 2016-08-03 14:15:58 +04:00 committed by GitHub
parent 0209375865
commit 8afb53e77e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<head>
<title>hastebin</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="solarized_dark.css"/>
<link rel="stylesheet" type="text/css" href="application.css"/>