Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
MN-1115
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/contrib/etudes/ambrosia/trunk@73910 fdecad78-55fc-0310-b1b2-d7d25cf747c9
  • Loading branch information
ggolden@etudes.org committed Apr 25, 2011
1 parent 37fa55f commit 9d94190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,6 @@ protected void sendTopRedirect(HttpServletResponse res, String url) throws IOExc
PrintWriter out = res.getWriter();

// we are on deep under the main portal window
out.println("<html><heaad></head><body><script language=\"JavaScript\">parent.location.replace('" + url + "');</script></body></html>");
out.println("<html><head></head><body><script language=\"JavaScript\">parent.location.replace('" + url + "');</script></body></html>");
}
}

0 comments on commit 9d94190

Please sign in to comment.