Commit 0802d7dd authored by Daniel Quadras's avatar Daniel Quadras

Update ResultDetails.jsp

parent 5e97e0bd
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<%@page import="ibase.webitm.ejb.DBAccessEJB"%> <%@page import="ibase.webitm.ejb.DBAccessEJB"%>
<%@page import="ibase.utility.UserInfoBean"%> <%@page import="ibase.utility.UserInfoBean"%>
<%@page import="ibase.ejb.CommonDBAccessEJB"%> <%@page import="ibase.ejb.CommonDBAccessEJB"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<% <%
...@@ -40,9 +41,12 @@ ...@@ -40,9 +41,12 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Result Details</title> <title>Result Details</title>
</head> </head>
<style type="text/css" > <style type="text/css" >
...@@ -57,7 +61,8 @@ ...@@ -57,7 +61,8 @@
<body> <body>
<p> <c:out value="${result_details}" /> </p> <p> Result Details: <c:out value="${result_details}" escapeXml="false" /> </p>
</body> </body>
</html> </html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment