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

Update ResultDetails.jsp

parent 5e97e0bd
......@@ -3,6 +3,7 @@
<%@page import="ibase.webitm.ejb.DBAccessEJB"%>
<%@page import="ibase.utility.UserInfoBean"%>
<%@page import="ibase.ejb.CommonDBAccessEJB"%>
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%
......@@ -40,9 +41,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Result Details</title>
</head>
<style type="text/css" >
......@@ -57,7 +61,8 @@
<body>
<p> <c:out value="${result_details}" /> </p>
<p> Result Details: <c:out value="${result_details}" escapeXml="false" /> </p>
</body>
</html>
\ No newline at end of file
</html>
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