changed the DOCTYPE declaration in the frame so it actually matches something
reasonable
This commit is contained in:
parent
e4e0223452
commit
a54d2c4e80
|
@ -1699,7 +1699,7 @@ class SessionControlImpl implements SessionControl
|
|||
|
||||
public void replaceUser(UserContext new_user)
|
||||
{
|
||||
req.getSesson().setUser(new_user);
|
||||
req.getSession().setUser(new_user);
|
||||
|
||||
} // end replaceUser
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<%@ taglib uri="/tlds/frame" prefix="frame" %>
|
||||
<%@ taglib uri="/tlds/user" prefix="user" %>
|
||||
<%@ 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>
|
||||
<frame:head/>
|
||||
|
||||
|
|
|
@ -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>
|
||||
<head>
|
||||
<title>About Venice</title>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<HTML>
|
||||
<!--
|
||||
The contents of this file are subject to the Mozilla Public License Version 1.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user