Skip to content

Commit

Permalink
fix: UTF-8 for about.jsp (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
grigoriev authored Jul 31, 2024
1 parent c92207a commit 50848c9
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 50848c9

Please sign in to comment.