diff --git a/en/developer/tutorials/articles/02-developing-a-web-application/04-building-the-web-front-end/11-displaying-guestbook-entries.markdown b/en/developer/tutorials/articles/02-developing-a-web-application/04-building-the-web-front-end/11-displaying-guestbook-entries.markdown index 78fbee4dc93..78b9790d048 100644 --- a/en/developer/tutorials/articles/02-developing-a-web-application/04-building-the-web-front-end/11-displaying-guestbook-entries.markdown +++ b/en/developer/tutorials/articles/02-developing-a-web-application/04-building-the-web-front-end/11-displaying-guestbook-entries.markdown @@ -193,7 +193,7 @@ functionality. 3. Paste the following code into the file: ```markup -<%@include file="../init.jsp"%> + <%@include file="../init.jsp"%> <% String mvcPath = ParamUtil.getString(request, "mvcPath");