From 8a89fb992ccc8a63e9da4064a35ad7cf4b3dd5fb Mon Sep 17 00:00:00 2001 From: SpaaaaceMan Date: Thu, 10 Oct 2019 16:19:06 +0200 Subject: [PATCH] Update 11-displaying-guestbook-entries.markdown --- .../11-displaying-guestbook-entries.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");