Skip to content

Commit

Permalink
fix: UTF-8 for about.jsp (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev authored Jul 31, 2024
1 parent ae75e45 commit d809d1b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
<jsp:include page="/common/jsp/about.jsp" />
<%@ page contentType="text/html; charset=UTF-8" %>
<jsp:include page="/common/jsp/about.jsp"/>

0 comments on commit d809d1b

Please sign in to comment.