changed the DOCTYPE declaration in the frame so it actually matches something

reasonable
This commit is contained in:
Eric J. Bowersox 2002-05-01 06:04:38 +00:00
parent e4e0223452
commit a54d2c4e80
4 changed files with 4 additions and 3 deletions

View File

@ -1699,7 +1699,7 @@ class SessionControlImpl implements SessionControl
public void replaceUser(UserContext new_user) public void replaceUser(UserContext new_user)
{ {
req.getSesson().setUser(new_user); req.getSession().setUser(new_user);
} // end replaceUser } // end replaceUser

View File

@ -18,7 +18,7 @@
<%@ taglib uri="/tlds/frame" prefix="frame" %> <%@ taglib uri="/tlds/frame" prefix="frame" %>
<%@ taglib uri="/tlds/user" prefix="user" %> <%@ taglib uri="/tlds/user" prefix="user" %>
<%@ taglib uri="/tlds/util" prefix="util" %> <%@ taglib uri="/tlds/util" prefix="util" %>
<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML> <HTML>
<frame:head/> <frame:head/>

View File

@ -1,4 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html> <html>
<head> <head>
<title>About Venice</title> <title>About Venice</title>

View File

@ -1,3 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<HTML> <HTML>
<!-- <!--
The contents of this file are subject to the Mozilla Public License Version 1.1 The contents of this file are subject to the Mozilla Public License Version 1.1