[gegl] operations.html: force utf-8 charset
- From: Michael Murà <mmure src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gegl] operations.html: force utf-8 charset
- Date: Tue, 17 Jul 2012 12:52:55 +0000 (UTC)
commit e84a4a13abca55f26da21dc91f2d368af4e83690
Author: Michael Murà <batolettre gmail com>
Date: Tue Jul 17 21:51:49 2012 +0900
operations.html: force utf-8 charset
tools/operation_reference.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/tools/operation_reference.c b/tools/operation_reference.c
index d9687a6..f01b300 100644
--- a/tools/operation_reference.c
+++ b/tools/operation_reference.c
@@ -239,7 +239,7 @@ list_properties (GType type,
static gchar *html_top = "<html>\n<head>\n<title>GEGL operations</title>\n<link rel='shortcut icon' href='images/gegl.ico'/>\n<style type='text/css'>\n import url(gegl.css);\ndiv#toc ul { font-size:70%; }\n"
".category { margin-bottom: 2em; }\n"
".category a {\n display: block;\n width: 14em;\n height: 1.2em;\n float: left;\n text-align: left;\n font-size: 90%;\n}\n"
-"</style>\n</head>\n\n<body>\n<div class='paper'>\n<div class='content'>\n";
+"</style>\n<meta http-equiv='Content-Type' content='application/xhtml+xml; charset=UTF-8' /></head>\n\n<body>\n<div class='paper'>\n<div class='content'>\n";
static gchar *html_bottom = "</div>\n</div>\n</body>\n</html>\n";
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]