[open-ils-commits] r7925 - branches/rel_1_2/Open-ILS/src/cgi-bin
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Oct 23 23:34:43 EDT 2007
Author: dbs
Date: 2007-10-23 23:21:03 -0400 (Tue, 23 Oct 2007)
New Revision: 7925
Modified:
branches/rel_1_2/Open-ILS/src/cgi-bin/circ-rules.cgi
branches/rel_1_2/Open-ILS/src/cgi-bin/config.cgi
branches/rel_1_2/Open-ILS/src/cgi-bin/copy_statuses.cgi
branches/rel_1_2/Open-ILS/src/cgi-bin/lib-setup.cgi
branches/rel_1_2/Open-ILS/src/cgi-bin/org_unit_types.cgi
branches/rel_1_2/Open-ILS/src/cgi-bin/perms-setup.cgi
branches/rel_1_2/Open-ILS/src/cgi-bin/usr_group-setup.cgi
Log:
Backport encoding fix for cgi-bin config scripts
Modified: branches/rel_1_2/Open-ILS/src/cgi-bin/circ-rules.cgi
===================================================================
--- branches/rel_1_2/Open-ILS/src/cgi-bin/circ-rules.cgi 2007-10-23 19:56:40 UTC (rev 7924)
+++ branches/rel_1_2/Open-ILS/src/cgi-bin/circ-rules.cgi 2007-10-24 03:21:03 UTC (rev 7925)
@@ -27,6 +27,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
Modified: branches/rel_1_2/Open-ILS/src/cgi-bin/config.cgi
===================================================================
--- branches/rel_1_2/Open-ILS/src/cgi-bin/config.cgi 2007-10-23 19:56:40 UTC (rev 7924)
+++ branches/rel_1_2/Open-ILS/src/cgi-bin/config.cgi 2007-10-24 03:21:03 UTC (rev 7925)
@@ -4,6 +4,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Open-ILS Bootstrapping Scripts</title>
</head>
<body>
Modified: branches/rel_1_2/Open-ILS/src/cgi-bin/copy_statuses.cgi
===================================================================
--- branches/rel_1_2/Open-ILS/src/cgi-bin/copy_statuses.cgi 2007-10-23 19:56:40 UTC (rev 7924)
+++ branches/rel_1_2/Open-ILS/src/cgi-bin/copy_statuses.cgi 2007-10-24 03:21:03 UTC (rev 7925)
@@ -26,6 +26,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
Modified: branches/rel_1_2/Open-ILS/src/cgi-bin/lib-setup.cgi
===================================================================
--- branches/rel_1_2/Open-ILS/src/cgi-bin/lib-setup.cgi 2007-10-23 19:56:40 UTC (rev 7924)
+++ branches/rel_1_2/Open-ILS/src/cgi-bin/lib-setup.cgi 2007-10-24 03:21:03 UTC (rev 7925)
@@ -105,6 +105,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
Modified: branches/rel_1_2/Open-ILS/src/cgi-bin/org_unit_types.cgi
===================================================================
--- branches/rel_1_2/Open-ILS/src/cgi-bin/org_unit_types.cgi 2007-10-23 19:56:40 UTC (rev 7924)
+++ branches/rel_1_2/Open-ILS/src/cgi-bin/org_unit_types.cgi 2007-10-24 03:21:03 UTC (rev 7925)
@@ -27,6 +27,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
Modified: branches/rel_1_2/Open-ILS/src/cgi-bin/perms-setup.cgi
===================================================================
--- branches/rel_1_2/Open-ILS/src/cgi-bin/perms-setup.cgi 2007-10-23 19:56:40 UTC (rev 7924)
+++ branches/rel_1_2/Open-ILS/src/cgi-bin/perms-setup.cgi 2007-10-24 03:21:03 UTC (rev 7925)
@@ -27,6 +27,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
Modified: branches/rel_1_2/Open-ILS/src/cgi-bin/usr_group-setup.cgi
===================================================================
--- branches/rel_1_2/Open-ILS/src/cgi-bin/usr_group-setup.cgi 2007-10-23 19:56:40 UTC (rev 7924)
+++ branches/rel_1_2/Open-ILS/src/cgi-bin/usr_group-setup.cgi 2007-10-24 03:21:03 UTC (rev 7925)
@@ -71,6 +71,7 @@
<html>
<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<style>
table.table_class {
border: dashed lightgrey 1px;
More information about the open-ils-commits
mailing list