susidns UTF-8 fixes

This commit is contained in:
zzz
2009-12-15 01:46:10 +00:00
parent 448ff4d398
commit ea36b7b153
5 changed files with 9 additions and 1 deletions

View File

@@ -23,6 +23,7 @@
* $Revision: 1.3 $
*/
%>
<%@page pageEncoding="UTF-8"%>
<%@ page contentType="text/html"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<jsp:useBean id="version" class="i2p.susi.dns.VersionBean" scope="application" />
@@ -35,6 +36,7 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>${book.book} addressbook - susidns v${version.version}</title>
<link rel="stylesheet" type="text/css" href="css.css">
</head>