fix rendering of mu character

pull/2/head
gorhill 10 years ago
parent 6b3c290663
commit 4211613055

@ -83,11 +83,11 @@ var rootFrameReplacement = [
'}', '}',
'</style>', '</style>',
'<link href="{{cssURL}}?url={{originalURL}}&hostname={{hostname}}&t={{now}}" rel="stylesheet" type="text/css">', '<link href="{{cssURL}}?url={{originalURL}}&hostname={{hostname}}&t={{now}}" rel="stylesheet" type="text/css">',
'<title>Blocked by µMatrix</title>', '<title>Blocked by &mu;Matrix</title>',
'</head>', '</head>',
'<body>', '<body>',
'<div id="p">', '<div id="p">',
'<div id="t"><b>{{hostname}}</b> blocked by µMatrix</div>', '<div id="t"><b>{{hostname}}</b> blocked by &mu;Matrix</div>',
'</div>', '</div>',
'</body>', '</body>',
'</html>' '</html>'
@ -145,9 +145,9 @@ var subFrameReplacement = [
'text-decoration:none;', 'text-decoration:none;',
'}', '}',
'</style>', '</style>',
'<title>Blocked by µMatrix</title>', '<title>Blocked by &mu;Matrix</title>',
'</head>', '</head>',
'<body title="&ldquo;{{hostname}}&rdquo; frame\nblocked by µMatrix">', '<body title="&ldquo;{{hostname}}&rdquo; frame\nblocked by &mu;Matrix">',
'<div id="bg"><div><a href="{{frameSrc}}" target="_blank">{{hostname}}</a></div></div>', '<div id="bg"><div><a href="{{frameSrc}}" target="_blank">{{hostname}}</a></div></div>',
'</body>', '</body>',
'</html>' '</html>'

Loading…
Cancel
Save