Author: bpoussin Date: 2011-04-22 18:26:55 +0200 (Fri, 22 Apr 2011) New Revision: 260 Url: http://chorem.org/repositories/revision/bow/260 Log: remplacement des tabulations Modified: trunk/bow-ui/src/main/webapp/index.jsp Modified: trunk/bow-ui/src/main/webapp/index.jsp =================================================================== --- trunk/bow-ui/src/main/webapp/index.jsp 2011-04-22 14:43:21 UTC (rev 259) +++ trunk/bow-ui/src/main/webapp/index.jsp 2011-04-22 16:26:55 UTC (rev 260) @@ -24,8 +24,8 @@ <%@page import="org.chorem.bow.BowSession"%> <% if (BowSession.getBowSession(session).getUser() == null) { - response.sendRedirect("login_input.action"); + response.sendRedirect("login_input.action"); } else { - response.sendRedirect("home.action"); + response.sendRedirect("home.action"); } %> \ No newline at end of file
participants (1)
-
bpoussin@users.chorem.org