2005-09-21 redzara
* Use ISO-8859-1 for the susidns xml
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<!DOCTYPE web-app
|
<!DOCTYPE web-app
|
||||||
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
|
PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.2//EN"
|
||||||
"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
|
"http://java.sun.com/j2ee/dtds/web-app_2.2.dtd">
|
||||||
@ -14,4 +14,4 @@
|
|||||||
<welcome-file>index.html</welcome-file>
|
<welcome-file>index.html</welcome-file>
|
||||||
<welcome-file>index.jsp</welcome-file>
|
<welcome-file>index.jsp</welcome-file>
|
||||||
</welcome-file-list>
|
</welcome-file-list>
|
||||||
</web-app>
|
</web-app>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="ISO-8859-1"?>
|
||||||
<project name="susidns" default="all" basedir=".">
|
<project name="susidns" default="all" basedir=".">
|
||||||
<property name="jetty" value="../../jetty/" />
|
<property name="jetty" value="../../jetty/" />
|
||||||
<property name="project" value="susidns" />
|
<property name="project" value="susidns" />
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
$Id: history.txt,v 1.261 2005/09/18 19:56:47 ragnarok Exp $
|
$Id: history.txt,v 1.262 2005/09/21 01:43:04 jrandom Exp $
|
||||||
|
|
||||||
|
2005-09-21 redzara
|
||||||
|
* Use ISO-8859-1 for the susidns xml
|
||||||
|
|
||||||
2005-09-21 susi
|
2005-09-21 susi
|
||||||
* Bugfix in susidns for deleting entries
|
* Bugfix in susidns for deleting entries
|
||||||
|
Reference in New Issue
Block a user