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)
|
public void replaceUser(UserContext new_user)
|
||||||
{
|
{
|
||||||
req.getSesson().setUser(new_user);
|
req.getSession().setUser(new_user);
|
||||||
|
|
||||||
} // end replaceUser
|
} // end replaceUser
|
||||||
|
|
||||||
|
|
|
@ -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/>
|
||||||
|
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user