Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
main
And, edit to show program end date
  • Loading branch information
gaarden committed Dec 4, 2023
1 parent 089f343 commit a2a6e21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KNU_MUSEUM/src/main/webapp/program_for_user.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
title = title.replace("<", "&lt;").replace(">", "&gt;");
out.println("<tr>");
out.println("<td>" + title + "</td>");
out.println("<td>" + rs.getString(2) + "</td>");
out.println("<td>" + rs.getString(2) + " ~ " + rs.getString(3) + "</td>");
out.println("<td>" + rs.getString(4) + "</td>");
out.println("<td>" + rs.getString(5) + "</td>");
out.println("</tr>");
Expand Down

0 comments on commit a2a6e21

Please sign in to comment.