Skip to content
Snippets Groups Projects
Commit 1a5e9f14 authored by rswindell's avatar rswindell
Browse files

Use UTF-8 charset instead of the non-sensical iso-8859-1.

CP437 would've made a bit more sense here, but we're HTML entity-encoding those
chars where needed.
parent fd15f3c1
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
<!-- $Id$ -->
<head>
<title>%%title%%</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
@@JS:if(http_request.virtual_path=="/nodelist.ssjs")'<meta http-equiv="refresh" content="30" />';@@
<link rel="stylesheet" href="@@Theme_CSS_File@@" type="text/css" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment