Codebase list ohcount / lintian-fixes/main test / src_dir / jsp1.jsp
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

jsp1.jsp @lintian-fixes/mainraw · history · blame

<html> 
	<head> 
	<title>JSP page</title> 
	</head> 
	<body> 
		<%@ page language="java" %> 
		<% out.println("Hello World"); %> 
		<% // comment 
		/*
		 * more comment
		 */
		%>
	</body> 
</html>